GLPI and Casper

BaddMann
Contributor

Anyone have any experience Importing Casper data into GLPI with the GLPI web services plugin?

I though it would be a breeze once I got the plugin installed and I could make a simple bash script to do Cron Imports/Updates nightly. I'm quickly learning the Webservices is something lacking in documentation and example code.

Any help would be helpful.

2 REPLIES 2

talkingmoose
Moderator
Moderator

We used GLPI at my old job. I didn't do the plug-in installation but did find that exporting to a file and reviewing column-headers helped make getting the import right.

Definitely post in the English language forum and you'll probably get a response.

BaddMann
Contributor

I've had a break through since I posted this. I'm now able to query GLPI based on assert tag. I've just found a few libraries that can help with the parsing of JSON from the web service within bash.

Jsawk and resty seem to be the way to go with bash libraries.

Ill post anything that I come up with as I get into this more.