Page 2 of 2
Re: Wapt 2.2 and GLPI 10
Published: January 26, 2023 - 4:18 PM
by Vincent Moisan
Hello,
were you able to get the import to GLPI working?
I'm using WAPT 2.3 with the new "tis-glpi-plugin-export-to-glpi10" package. The audit takes quite a while and returns "OK." I can see the POST requests in my GLPI server logs, but nothing appears in my dashboard.
Regards
Re: Wapt 2.2 and GLPI 10
Published: January 30, 2023 - 2:14 PM
by t.heroult
Hello Vincent
, As for me, I've resigned myself to creating a package that distributes the official GLPI agent.
The package creates a scheduled task so that the GLPI service doesn't run constantly.
The task runs at fixed times (with random minutes to prevent too many reports from being sent simultaneously) and at system startup.
And I use the "External Tools" function to manually launch an inventory on a workstation when needed.
In the end, it works quite well this way.
Re: Wapt 2.2 and GLPI 10
Published: January 30, 2023 - 5:04 PM
by sfonteneau
vincent.moisan wrote: ↑January 26, 2023 - 4:18 PM
Hello,
Were you able to get the import to GLPI working?
I'm using WAPT 2.3 with the new "tis-glpi-plugin-export-to-glpi10" package. The audit takes quite a while and returns "OK." I can see the POST requests in my GLPI server logs, but nothing appears in my dashboard.
Regards
You might see a result in the audit data. If it's not "OK", then in the output you'll see the message returned from GLPI
Re: Wapt 2.2 and GLPI 10
Published: April 5, 2023 - 11:06 AM
by Vincent Moisan
Hello,
I'm getting an error message indicating that the XML file is malformed. (See attached image)
Here are the versions I'm using:
- GLPI v10.0.6
- FusionInventory plugin v10.0.6+1.1
- waptconsole v2.3.0.13516
- cin-glpi-plugin-export-to-glpi10 v11.12
Could I have missed something in the GLPI or Wapt configuration?
Regards
Re: Wapt 2.2 and GLPI 10
Published: April 6, 2023 - 9:14 AM
by dcardon
Hi Vincent,
the GLPI export packages might not be named correctly:
* tis-glpi-plugin-export-to-glpi9 -> XML format for Fusion Inventory Agent
* tis-glpi-plugin-export-to-glpi10 -> JSON format for native GLPI Agent.
If you're using GLPI 10, the simplest solution is to use the native JSON format, without installing the Fusion plugin on GLPI, and be careful to use the GLPI Agent URL endpoint and not the Fusion endpoint.
Regards,
Denis
Re: Wapt 2.2 and GLPI 10
Published: April 6, 2023 - 9:48 AM
by Vincent Moisan
Hello dcardon,
Yes, it works much better now.
Thank you so much for your help.
Best regards
Re: Wapt 2.2 and GLPI 10
Published: April 6, 2023 - 11:49 AM
by dcardon
Thanks for the feedback, Vincent

. I'm closing the thread.
Denis