Outils pour utilisateurs

Outils du site


glpifusion:glpi_fusion_inventory

GLPI + Fusion Inventory

ssh -L 8080:127.0.0.1:80 -p 22000 root@<FQDN>
http://127.0.0.1:8080/glpi/

MYSQL

root/<passephrase>
glpi/<passephrase>

From : http://www.dsfc.net/logiciel-libre/glpi/installation-glpi-fusioninventory-debian-8-jessie/

apt-get install mysql-server mysql-client glpi
cd /usr/share/glpi/plugins
wget "http://forge.fusioninventory.org/attachments/download/1665/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
  1. Connect HTTP on your server : http:<server_IP>/glpi
  2. user/password : glpi/glpi
  3. go : setup → plugins
  4. 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
 
sed -i "s/MODE=cron/MODE=daemon/g" /etc/default/fusioninventory-agent
vi /etc/fusioninventory/agent.cfg

Server = http:<server_IP>/glpi/plugins/fusioninventory/

scan-homedirs = 1
httpd-ip = <server_IP>
httpd-trust = <network address>/24
tag = SERVEUR
service fusioninventory-agent restart
  1. return to GLPI WEB interface
  2. go setup → plugins
  3. click “enable”
  4. go setup → general
  5. change URL of the application like : http:<server_IP>/glpi - click “save” - go setup → authentication - confirm error - go Administration → Entities - click Root Entity - click tab FusionInventory - fill “Service URL” : http:<server_IP>/glpi/plugins/fusioninventory/
  6. go plugins → fusioninventory
  7. enable functions
  8. map server host to functions

If you want AD link for GLPI users

apt-get install fusiondirectory-plugin-fusioninventory
  1. configuration → plugins → agent modules
  2. enable everything you need
  1. plugins → fusioninventory → agent managment → agent modules
  2. enable agents functions
glpifusion/glpi_fusion_inventory.txt · Dernière modification: 2019/01/14 14:56 par rguyader