Say I wanted to check what the value of value3 was and see if it has breached warning or critical thresholds…? I read somewhere that check_http could do regex, but my regex is very rusty, and I couldn’t work out how to do it…
Did you manage to find an solution to your problem?
I have a similar situation where all my systems can be monitored by SNMP, except the CDN (Content Delivery Networks), which uses the REST model to provide statistics through HTTP, and the multiple real-time variables are in XML format.
See an example at the bottom of this message, the variables I´d like to monitor are , and as a minimum.
Is there any Nagios plugin able to read content from XML, received through an HTTP request?
use regexps in check_http (maybe multiple times to read 3 different values?) or write your own plugin… fetch the data with lynx, parse the result and return it to nagios.