Difference between revisions of "GLPI Inventory Management"
Jump to navigation
Jump to search
↑ http://fusioninventory.org/documentation/fi4g/cron.html
↑ http://forum.fusioninventory.org/index.php
Michael.mast (talk | contribs) (Created page with "If your on a tight budget GLPI and Fusion/OCS agents get the job done. <br> ==GLPI Server Install== ==GLPI Server Config== ==Fusion Inventory Agent Config== <ref>http://forum....") |
Michael.mast (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<br> | <br> | ||
==GLPI Server Install== | ==GLPI Server Install== | ||
+ | My installation is done on CentOS 7 and PHP 5.6.X with MySQL 10.X . The installer is very good about telling you what you need in order to get it up and running. | ||
+ | <br> | ||
+ | <ref>http://fusioninventory.org/documentation/fi4g/cron.html</ref>Enabling GLPI cron is a good step as well, in CentOS7 you will want to add the following cron entry | ||
+ | * * * * * /usr/bin/php /var/www/html/glpi/front/cron.php &>/dev/null | ||
+ | |||
==GLPI Server Config== | ==GLPI Server Config== | ||
==Fusion Inventory Agent Config== | ==Fusion Inventory Agent Config== |
Latest revision as of 11:53, 21 December 2016
If your on a tight budget GLPI and Fusion/OCS agents get the job done.
GLPI Server Install
My installation is done on CentOS 7 and PHP 5.6.X with MySQL 10.X . The installer is very good about telling you what you need in order to get it up and running.
[1]Enabling GLPI cron is a good step as well, in CentOS7 you will want to add the following cron entry
* * * * * /usr/bin/php /var/www/html/glpi/front/cron.php &>/dev/null
GLPI Server Config
Fusion Inventory Agent Config
[2]A great resource is the fusion forum. Especially when you go over the other threads and figure out your issues while typing up a post.
For testing I did a graphical install using the following settings
- Server : https:glpi.domain.com/plugins/fusioninventory/front/communications.php
NOTE : You can use https:glpi.domain.com/plugins/fusioninventory/
- I then disabled SSL checking for the testing phase, though I have PKI in place and the endpoints obtain a CA trust.
NOTE : You can change these settings in HKEY_LOCAL_MACHINE\SOFTWARE\FusionInventory-Agent
- I also did not run the quick installer. There are a few options that you may want to select.