-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemHello on GLPI-Agent 1.5, i can Force an Inventory drirectly through browser (see sreenshot below) but i the new version 1.7 version (1.6 too) i can't. Did I miss something ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @YeyeX64 when speaking about a glpi-agent problem, don't forget to tell on which OS the agent is installed. Here I can only guess looking at the exposed Linux agents by default won't trust localhost, so you must configure it in If you're accessing from another computer, you must check you added the related computer or its related ip range in the So check what is configured i, |
Beta Was this translation helpful? Give feedback.
-
Oui c’est bien sous linux (debian) |
Beta Was this translation helpful? Give feedback.
Hi @YeyeX64
when speaking about a glpi-agent problem, don't forget to tell on which OS the agent is installed.
Here I can only guess looking at the exposed
1.7-1
version this is a linux agent.Linux agents by default won't trust localhost, so you must configure it in
httpd-trust
configuration parameter if you're trying to access the httpd interface from the localhost.If you're accessing from another computer, you must check you added the related computer or its related ip range in the
httpd-trust
configuration.So check what is configured i,
httpd-trust
in configuration files, probably in the/etc/glpi-agent/conf.d
folder, but this depends on the way you installed the agent.