Outils pour utilisateurs

Outils du site


deploiement:glpi:agentlinux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
deploiement:glpi:agentlinux [2024/04/03 06:04] rootdeploiement:glpi:agentlinux [2024/04/03 06:05] (Version actuelle) root
Ligne 6: Ligne 6:
  
  
 +===== GLPI Agent Linux - version Ugo =====
  
-# installation de glpi-agent +<code bash>
-### linux +
-```sh+
 wget https://github.com/glpi-project/glpi-agent/releases/download/1.7.2/glpi-agent-1.7.2-linux-installer.pl 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 chmod +x glpi-agent-1.7.2-linux-installer.pl && ./glpi-agent-1.7.2-linux-installer.pl
-``` +</code> 
-après installation + 
-```sh+<code bash>
 nano /etc/glpi-agent/conf.d/00-install.cf nano /etc/glpi-agent/conf.d/00-install.cf
-``` +</code> 
-et changer +Et modifier <file - 00-install.cf>
 _server = https://srv-glpi.tpcontrol.lan/front/inventory.php, https://makeitsimple.be/front/inventory.php _server = https://srv-glpi.tpcontrol.lan/front/inventory.php, https://makeitsimple.be/front/inventory.php
 tag = CHANGE_MOI tag = CHANGE_MOI
 no-ssl-check = 1_ no-ssl-check = 1_
 +</file>
  
-### 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 
-``` 
deploiement/glpi/agentlinux.1712124242.txt.gz · Dernière modification : de root