Hello,
I'm seeking assistance on the Zabbix forum regarding the creation of a template for the Jeedom home automation application. I am retrieving information in JSON format via an API call, and I have successfully created the object that retrieves all the information in JSON.
Now, I would like to create a discovery rule to generate objects for each plugin.
The JSON structure I retrieve is as follows:
I can have multiple ids for a plugin, one id for each piece of information:
This is my first template, and my first time dealing with JSON. I would appreciate any advice to progress with my template.
I'm seeking assistance on the Zabbix forum regarding the creation of a template for the Jeedom home automation application. I am retrieving information in JSON format via an API call, and I have successfully created the object that retrieves all the information in JSON.
Now, I would like to create a discovery rule to generate objects for each plugin.
The JSON structure I retrieve is as follows:
Code:
body
result
<id>
Code:
13: plugin:"alexaapi" type:"dependency" default:0 result:"OK" advice:"" 14: plugin:"alexaapi" type:"Daemon configuration" default:0 result:"OK" advice:""
Comment