Greetings,
I have a temperature device with two sensors: 1) front and 2) back to monitor temperature in the front and back of a server room. This device has a built-in web server with a URL of the form: http://ip-address/temp/ This URL will return a web page that looks like this:
front| 66.4|back| 70.9|Probe 3|-99.9|Probe 4|-99.9
I am interested in parsing out the 1st two temp readings and check whether they fall below or above pre-defined temperature values. If the readings fall outside those thresholds, I want to create a Zabbix trigger to notify me.
Any pointers?
Thanks in advance.
I have a temperature device with two sensors: 1) front and 2) back to monitor temperature in the front and back of a server room. This device has a built-in web server with a URL of the form: http://ip-address/temp/ This URL will return a web page that looks like this:
front| 66.4|back| 70.9|Probe 3|-99.9|Probe 4|-99.9
I am interested in parsing out the 1st two temp readings and check whether they fall below or above pre-defined temperature values. If the readings fall outside those thresholds, I want to create a Zabbix trigger to notify me.
Any pointers?
Thanks in advance.
Comment