Hi
I am configuring Zabbix for use at my place of work and we have a system that returns a JSON object that we wish to monitor in Zabbix.
I am trying to create a discovery rule that creates an item for each line of the JSON object.
For example, the following JSON is returned.
{ "Item1": 11, "Item2": 0, "Item3": 0, "Item4": 0, "Item5": 11427}
I need Zabbix to create an item for every item in the object and record the number associated with it. So from my example, you'd end up with five items called Item1, Item2, Item3 etc.
Thanks in advance.
Dan
I am configuring Zabbix for use at my place of work and we have a system that returns a JSON object that we wish to monitor in Zabbix.
I am trying to create a discovery rule that creates an item for each line of the JSON object.
For example, the following JSON is returned.
{ "Item1": 11, "Item2": 0, "Item3": 0, "Item4": 0, "Item5": 11427}
I need Zabbix to create an item for every item in the object and record the number associated with it. So from my example, you'd end up with five items called Item1, Item2, Item3 etc.
Thanks in advance.
Dan
Comment