I have a service that returns the following values:
{"Status":"Success","Code":"200","source1":"health y","source2":"healthy","source3":"healthy","Time": "00:00:00.0069647"}
Using zabbix 4.4 how can i setup monitoring of these returned values?
I don't want to monitor whether the service is available, but I do want to monitor the returned values, e.g. "Code":"200"
{"Status":"Success","Code":"200","source1":"health y","source2":"healthy","source3":"healthy","Time": "00:00:00.0069647"}
Using zabbix 4.4 how can i setup monitoring of these returned values?
I don't want to monitor whether the service is available, but I do want to monitor the returned values, e.g. "Code":"200"
Comment