You are not logged in.
Pages: 1
I am using GPLi Agent and have for the most part been very impressed with the results. It captures all necessary information about the asset in a very efficient and helpful manner.
However, I am unable to make GLPi-Agent send a specific tag for a specific computer so that I can then use business rules to assign that computer to a specific entity.
Assets (PCs) register in GLPi without issues but the tag is not sent. As a result, the asset always end ups in the root entity.
Right now, I have the agent configured on a Windows computer and the GLPi server runs on linux.
I have tried so far setting the tag parameter in the conf file or even sending it manually via the command line:
glpi-agent --set-forcerun --tag=mytag -u=myuser -p=mypassword https://myserver.com
What am I doing wrong?
Look forward to your response.
Offline
Hi there,
you are missing the --server= option in front of your server address https://myserver.com. I've tried it myself and your command doesn't work. By deleting the --set-forcerun option, however, I can see the client reassembled with the TAG. Try without the --set-forcerun option and adding --server= and tell us if it works
Aurel
Last edited by aurel (2024-07-16 15:06:46)
Offline
Pages: 1