Hi
I am really struggling to understand the right process behind this.
Essentially i have a script that runs and pulls back a load of Host Names and their associated Running Status (in JSON formatted to let Zabbix read it. I.e. {"data": [{"Host_Name": "example 1", "Running": True}, {"Host_Name": "example 2", "Running": False},
Try as i might i can not work out how to pull this into Zabbix to display as a list of hosts and their running status. Any assistance would be much appreciated.
Regards
I am really struggling to understand the right process behind this.
Essentially i have a script that runs and pulls back a load of Host Names and their associated Running Status (in JSON formatted to let Zabbix read it. I.e. {"data": [{"Host_Name": "example 1", "Running": True}, {"Host_Name": "example 2", "Running": False},
Try as i might i can not work out how to pull this into Zabbix to display as a list of hosts and their running status. Any assistance would be much appreciated.
Regards
Comment