Monitoring web service
Posted: Tue Mar 05, 2013 7:05 am
Hi there,
I am new to Nagios so I am probably asking basic questions. I have web service which returns XML that I want to monitor. The XML returns if the services I am monitoring are available or not so I basically need Nagios to fetch the XML from web service and read through it and fin if any monitoring tags are set to FALSE which means the service is down.
This is an example of the XML tag I would like to interpret, the status would change from TRUE or FALSE if the service is unavailable.
<check name="Service1" status="TRUE" description="Test if Service 1 is available" priority="1">
Anybody done anything like this or know of documentation on how to implement in Nagios XI
Thank's
eddie
I am new to Nagios so I am probably asking basic questions. I have web service which returns XML that I want to monitor. The XML returns if the services I am monitoring are available or not so I basically need Nagios to fetch the XML from web service and read through it and fin if any monitoring tags are set to FALSE which means the service is down.
This is an example of the XML tag I would like to interpret, the status would change from TRUE or FALSE if the service is unavailable.
<check name="Service1" status="TRUE" description="Test if Service 1 is available" priority="1">
Anybody done anything like this or know of documentation on how to implement in Nagios XI
Thank's
eddie