fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
252 stars 125 forks source link

Add a message on tasks when capacity is disable server side #202

Open wawax opened 7 years ago

wawax commented 7 years ago

FusionInventory agent 2.3.18

Only ESX task prints a message saying that the task has been disable server side. It would be interesting to harmonize it, by adding this message on all tasks (deploy, wakeonlan, netdiscovery, netinventory, collect)

g-bougard commented 7 years ago

PR #203 answers partially to your concern.

deploy, esx & collect task uses REST based protocol handled in a different way than wakeonlan, netdiscovery, netinventory, and even inventory.

esx was reporting the task was disabled server side in some context, but the reporting was not fully accurate. With #203 , it will report No ESX job enabled or ESX support disabled server side..

We need server-side updates and I created "Provide task config for esw, collect & deploy tasks (rest protocol based tasks)" 2021 issue for server side.

g-bougard commented 7 years ago

PR #203 is merged. We may need another update after Provide task config for esx, collect & deploy tasks (rest protocol based tasks), FusionInventory for GLPI 2021 issue fix.