Page 1 of 1

APIs or Webservices Exposed by Nagios Core

Posted: Thu Mar 29, 2012 7:10 am
by nidhikaushal
Hi,

I need to collect the monitoring data from nagios core by and external program in a remote box.
To fetch the data does nagios expose any Webservice etc which can by used by my external program.
Please advice.

Thanks

Re: APIs or Webservices Exposed by Nagios Core

Posted: Thu Mar 29, 2012 9:13 am
by mguthrie
Not currently. I have some plans in the future to write an XML/JSON api for the Core status.cgi, but it may be a little while until that's ready. Move people use ndoutils (DB Backend) or mklivestatus (Data socket) addons as an efficient way to fetch information from a Nagios server.