Ceci est une ancienne révision du document !
GLPI Agent Linux
Version rapide: prendre la version appimage
glpi-agent*.Appimage --install --local . --no-service
/usr/local/bin/glpi-inventory --json > nom_du fichier
# installation de glpi-agent ### linux ```sh wget https://github.com/glpi-project/glpi-agent/releases/download/1.7.2/glpi-agent-1.7.2-linux-installer.pl ``` ```sh chmod +x glpi-agent-1.7.2-linux-installer.pl && ./glpi-agent-1.7.2-linux-installer.pl ``` après installation ```sh nano /etc/glpi-agent/conf.d/00-install.cf ``` et changer
_server = https://srv-glpi.tpcontrol.lan/front/inventory.php, https://makeitsimple.be/front/inventory.php tag = CHANGE_MOI no-ssl-check = 1_
### windows
telecharger glpi-agent: ```sh iwr -outf GLPI-Agent-1.7.2-x64.msi https://github.com/glpi-project/glpi-agent/releases/download/1.7.2/GLPI-Agent-1.7.2-x64.msi ```
installer le logiciel avec: ```sh msiexec /i GLPI-Agent-1.7.2-x64.msi /quiet SERVER=<addresse.ip.du.serveur> TAG=<CHANGE_MOI> NO_SSL_CHECK=1 RUNNOW=1 ``` et effacer le avec ```sh del GLPI-Agent-1.7.2-x64.msi ```
