Difference between revisions of "GLPI"

From Amahi Wiki
Jump to: navigation, search
Line 24: Line 24:
  
 
=== Login Credentials: ===
 
=== Login Credentials: ===
'''''User name''''':  glpi<br />
+
Make use to change the default password to protect your local system.
'''''Password''''':  glpi
 
 
 
Make use to change this password to protect your local system.
 
  
 
<u>Installing the Plugins</u><br />
 
<u>Installing the Plugins</u><br />

Revision as of 04:56, 22 February 2014

NOTE: This is for Amahi on Fedora. Ubuntu has not been tested. Anyone wanting to try it, please make notes here for the Amahi community. Thanks.

Installing GLPI on Amahi

Amahi has an app to install GLPI on your server. You can login to your Amahi Dashboard and choose it from the list of Apps.

See GLPI for more details

Fusioninventory Plugin for GLPI

Prerequisites
First, install the "php-xmlrp" and "php-soap" in Fedora. (You may need to run these commands in Terminal as a superuser:)

bash code
​yum install php-soap php-xmlrpc​


Downloaded the packages for Webservices and then Fusioninventory


NOTE: Be sure to choose plugin versions that are compatible with your version of GLPI.

Unpack them into the /var/hda/web-apps/glpi/html/plugins directory. (Be sure to read the directions for each of the plugins. Some directories in the plugins require full read/write access for the installation of the plugin.)

Log into GLPI with the GLPI root user

Login Credentials:

Make use to change the default password to protect your local system.

Installing the Plugins
Within GLPI, go to "Setup > Plugins."
In the table that presents itself you should see Webservices and four other plugins associated with Fusioninventory. To install, update or enable any plugin, one clicks on "install," "update," or "enable" in the table across from the plugin you want to activate in GLPI.

Webservices First
I had to install and/or update and enable the Webservices plugin first. I don't know if it was a coincidence or not, but things started working after I did clean install of the Fusioninventory plugin after installing Webservices.

  • Hint: If you find that Web Services will not install due to some error, (in my case is was some "incompatible PHP error" or something) restart your Apache services
bash code
​service httpd restart​


Fusioninventory Plugins
Next, install the Fusioninventory plugin parts. There are four different component that have to be installed in a certain order. (GLPI will not let you install or update/enable other parts until prerequisites are in place. Just follow it intuitively.)

The All-Important URL
Go to Plugins > Fusioninventory > Setup in the GLPI menu and put the long url address for an Amahi app with the directory additions needed. See the example below:

 http://glpi.AAAA.com/plugins/fusioninventory/ ("AAAA" being the local domain.)

Connecting to the Agents
A different url goes in each agent.

 http://glpi.AAAA.com/plugins/fusioninventory/front/plugin_fusioninventory.communication.php ("AAAA" being the local domain.)

I had the agent do a "force inventory" and its information showed up in the Inventory > Computers screen of GLPI. To do a "force inventory" on a client computer, go to http://localhost:62354 and click on the "force inventory" link.

Done.