Page 1 of 1
nagios web service
Posted: Mon Oct 18, 2010 1:46 pm
by dpaalhar
Is there a web service we can pull status/information from? We are using Nagios 3.0.6 version.
Re: nagios web service
Posted: Tue Oct 19, 2010 9:45 am
by tonyyarusso
What kind of information? What is it you're trying to accomplish?
Re: nagios web service
Posted: Tue Oct 19, 2010 10:14 am
by dpaalhar
We want to use a web service to pull information out of nagios to put into our own web site for making quandrants for multiple tools. We want to do this instead of doing a screen scrape so the information is updated using the duration we choose. We also want to take this information so we can get historical reporting of which we don't have today.
Re: nagios web service
Posted: Tue Oct 19, 2010 10:18 am
by tonyyarusso
Nagios offers access to status information through CGIs, which can be used as a pseudo-API to accomplish what you're describing. You can use the code of add-on frontends such as
V-Shell as an example.
Re: nagios web service
Posted: Tue Oct 19, 2010 10:28 am
by dpaalhar
Can you send me a link to an example of this?
Thanks,
Don P.
Re: nagios web service
Posted: Wed Oct 20, 2010 9:41 am
by tonyyarusso