fusioninventory / fusioninventory-for-glpi

FusionInventory plugin for GLPI
http://www.FusionInventory.org/
GNU Affero General Public License v3.0
362 stars 150 forks source link

Is there a version compatible with GLPI 10.0.7+ #3447

Open jouvin opened 1 year ago

jouvin commented 1 year ago

Hi, I'm trying to upgrade our GLPI instance to 10.0.7+ after the security alert with 10.0.6. Unfortunately, I don't see any FusionInventory plugin compatible with versions more recent than 10.0.6... Is there something available, at least in beta, or any plan to have something soon? Cheers, Michel

gbiay commented 1 year ago

Hi, Edit setup.php (plugins/fusioninventory/setup.php) like desxter74 says here. I recommend you switch to GLPI native inventory but read the doc before -> Documentation.

jouvin commented 1 year ago

Thanks, it worked. Can I use it also with 10.0.10 until I have completed the migration to the new inventory plugin?

gbiay commented 1 year ago

Quite honestly, I updated my GLPI to version 10.0.10 last week and I said to myself "stop waiting for FI for GLPI to come out and move to native inventory". I changed all my agents and have been changing on a rolling basis ever since.

I applied this point from the documentation :

If you're not using GlpiInventory plugin:

    Your server URL should look like: https://my-glpi-server/

And it works very well !

acdmail commented 1 year ago

Quite honestly, I updated my GLPI to version 10.0.10 last week and I said to myself "stop waiting for FI for GLPI to come out and move to native inventory". I changed all my agents and have been changing on a rolling basis ever since.

I applied this point from the documentation :

If you're not using GlpiInventory plugin:

    Your server URL should look like: https://my-glpi-server/

And it works very well ! hi, The biggest issues for us are the import rules, which were customized by us a lot during long time, could you advise please from your experience how the import rules are working can they be migrated from FI to native inventory? Thanks

gbiay commented 1 year ago

Hello,

In fact, I advise you to quietly test the switch to native inventory.

Fusion inventory and native inventory can work together.

As stated in the documentation, if you want to use fusioninventory or native inventory, choose according to your environment :

Source: documentation image

Then, on the computer sheet, I see the 2 inventory reports appear :

image

TomaszDom commented 9 months ago

If anyone is still stuck with having to use this old plugin, I've forked it and made some small changes to make it compatible with 10.0.12, it's here - https://github.com/TomaszDom/fusioninventory-for-glpi

It doesn't mean it's production-ready, but it seems to work. I've compared the native plugin's code changes with the old one and made the absolute minimum number of changes.