Hello. I am having trouble with the Zabbix GLPi integration and me and my team need that. I have followed the instructions on the Zabbix website to do the integration and even watched a video on how to make it work, but the tests are failing, the error is "Sending failed: Failed to parse response: not well-formed JSON was received", can anyone help me with that, please ?
Ad Widget
Collapse
Zabbix GLPi integration
Collapse
X
-
Tags: None
-
Hello
Judging by the error, something different than the expected JSON is received, which causes this error. Would need to check what exactly is received with curl by running this command from Zabbix server: curl -v https://your-glpi-server/apirest.php (might be required to add app and authorization tokens depending on the setup).
Comment