Agent Status and Request inventory Unknown #403
-
Bug reporting acknowledgmentYes, I read it Professional supportNone Describe the bugI have the same issue as #225 the status of agent and request inventory are "Unknown" From GLPI Server I've done a and I got as output: status: waiting glpi agent (migrated from fusion) To reproduceN/A Expected behaviorClicking on the arrows I expect that the current status of the agent is loaded and to have the possibility force an inventory. Operating systemWindows GLPI Agent version1.4 GLPI version10.0.6 GLPIInventory plugin or FusionInventory for GLPI plugin versionNot applicable Additional contextGLPI inventory plugin 1.2.1 It happens the same with fusion inventory agent 2.5.2 clients. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi @kintaro1981 I don't see any bug here. Have you read carefully my answer on #225 ? Have you an answer in your case for all the point I enumerated ? You are saying you requested: You can eventually enable If you have the line in the log, you should also consider to update GLPI to the latest version and try again. |
Beta Was this translation helpful? Give feedback.
-
i have the problem, |
Beta Was this translation helpful? Give feedback.
SOLVED!
The problem was the configuration of the proxy inside GLPI.
I found out that
public function requestAgent
use proxy in case is configurated (and not only for upgrades as front/config.form.php say) here:https://github.com/glpi-project/glpi/blob/52224e88f365c48f425264bbe09c3062abe8b1e6/src/Agent.php#L694
We are migrating from a "proxy" to a "no proxy" network configuration and right know both are working but with the upgrade from 9.5.x to 10.0.x I think that the behaviour of GLPI/Fusion changed.
I left a comment in the issue I linked for future "issuers".