Outils pour utilisateurs

Outils du site


glpifusion:glpi_fusion_inventory

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
Prochaine révision
Révision précédente
glpifusion:glpi_fusion_inventory [2018/09/10 09:42] ronanglpifusion:glpi_fusion_inventory [2019/01/14 13:56] (Version actuelle) rguyader
Ligne 1: Ligne 1:
 ====== GLPI + Fusion Inventory ====== ====== GLPI + Fusion Inventory ======
  
-  # ssh -L 8080:127.0.0.1:80 -p 22000 root@<FQDN> +<code bash> 
-  # http://127.0.0.1:8080/glpi/+ssh -L 8080:127.0.0.1:80 -p 22000 root@<FQDN> 
 +http://127.0.0.1:8080/glpi/ 
 +</code>
  
 **MYSQL** **MYSQL**
  
-root/<passephrase>+root/<passephrase>\\
 glpi/<passephrase> glpi/<passephrase>
  
 From : http://www.dsfc.net/logiciel-libre/glpi/installation-glpi-fusioninventory-debian-8-jessie/ From : http://www.dsfc.net/logiciel-libre/glpi/installation-glpi-fusioninventory-debian-8-jessie/
  
-  # apt-get install mysql-server mysql-client glpi +<code bash> 
-  # cd /usr/share/glpi/plugins +apt-get install mysql-server mysql-client glpi 
-  # wget "http://forge.fusioninventory.org/attachments/download/1665/fusioninventory-for-glpi_0.84+3.5.tar.gz" +cd /usr/share/glpi/plugins 
-  # tar zxvf fusioninventory-for-glpi_0.84+3.5.tar.gz +wget "http://forge.fusioninventory.org/attachments/download/1665/fusioninventory-for-glpi_0.84+3.5.tar.gz" 
-  # rm -f fusioninventory-for-glpi_0.84+3.5.tar.gz +tar zxvf fusioninventory-for-glpi_0.84+3.5.tar.gz 
- +rm -f fusioninventory-for-glpi_0.84+3.5.tar.gz 
-Connect HTTP on your server : http://<server_IP>/glpi+</code>
  
 +  - Connect HTTP on your server : ''http://<server_IP>/glpi//''
   - user/password : glpi/glpi   - user/password : glpi/glpi
   - go : setup -> plugins   - go : setup -> plugins
   - click "install"   - click "install"
  
-  # apt-get install nmap libmodule-install-perl libmodule-build-perl libhttp-server-simple-psgi-perl libhttp-proxy-perl libio-captureoutput-perl libipc-run-perl libnet-snmp-perl libnet-telnet-cisco-perl libpoe-component-client-dns-perl libpoe-component-resolver-perl libtest-compile-perl libtest-deep-perl libtest-exception-perl libtest-most-perl libhttp-server-simple-authen-perl libio-capture-perl libio-captureoutput-perl libpoe-component-client-ping-perl libtest-http-server-simple-perl libtest-mockmodule-perl libtest-mockobject-perl libtest-nowarnings-perl libtest-failwarnings-perl libtest-warnings-perl libfile-copy-recursive-perl libxml-treepp-perl libproc-daemon-perl libproc-pid-file-perl fusioninventory-agent fusioninventory-agent-task-network +<code bash> 
-  # sed -i "s/MODE=cron/MODE=daemon/g" /etc/default/fusioninventory-agent+apt-get install nmap libmodule-install-perl libmodule-build-perl libhttp-server-simple-psgi-perl libhttp-proxy-perl libio-captureoutput-perl libipc-run-perl libnet-snmp-perl libnet-telnet-cisco-perl libpoe-component-client-dns-perl libpoe-component-resolver-perl libtest-compile-perl libtest-deep-perl libtest-exception-perl libtest-most-perl libhttp-server-simple-authen-perl libio-capture-perl libio-captureoutput-perl libpoe-component-client-ping-perl libtest-http-server-simple-perl libtest-mockmodule-perl libtest-mockobject-perl libtest-nowarnings-perl libtest-failwarnings-perl libtest-warnings-perl libfile-copy-recursive-perl libxml-treepp-perl libproc-daemon-perl libproc-pid-file-perl fusioninventory-agent fusioninventory-agent-task-network
  
-  # vi /etc/fusioninventory/agent.cfg +sed -i "s/MODE=cron/MODE=daemon/g" /etc/default/fusioninventory-agent 
-Server = http://<server_IP>/glpi/plugins/fusioninventory/+</code> 
 +<code bash> 
 +vi /etc/fusioninventory/agent.cfg 
 +</code> 
 +Server = ''http://<server_IP>/glpi/plugins/fusioninventory///''
   scan-homedirs = 1   scan-homedirs = 1
   httpd-ip = <server_IP>   httpd-ip = <server_IP>
Ligne 33: Ligne 40:
   tag = SERVEUR   tag = SERVEUR
  
-  # service fusioninventory-agent restart+<code bash> 
 +service fusioninventory-agent restart 
 +</code>
  
   - return to GLPI WEB interface   - return to GLPI WEB interface
Ligne 53: Ligne 62:
 **If you want AD link for GLPI users** **If you want AD link for GLPI users**
  
-  # apt-get install fusiondirectory-plugin-fusioninventory+<code bash> 
 +apt-get install fusiondirectory-plugin-fusioninventory 
 +</code>
  
   - configuration -> plugins -> agent modules   - configuration -> plugins -> agent modules
glpifusion/glpi_fusion_inventory.1536572566.txt.gz · Dernière modification : 2018/09/10 09:42 de ronan