Page 1 of 1

Nagios configuration via Interface (API)

Posted: Thu Apr 14, 2011 5:04 pm
by aocferreira
Hello,

I have my own web-based interface where I configure and manage everything related to the network (configure firewall, create webserver, add hosts, etc etc.). Now, I want to find a way to include in that interface some application to configure nagios (adding and removing hosts, adding services, etc). Is there any application that manages to do this? Or any plugin? What's the solution?
It could be some application installed on the same machine than Nagios which functions can be accessed by XML or something like that.. Is there any other solution? Thanks in advance.

Regards
André

Re: Nagios configuration via Interface (API)

Posted: Sat Apr 16, 2011 8:46 pm
by tonyyarusso
You could take a look at NagiosQL.

Re: Nagios configuration via Interface (API)

Posted: Sun Apr 17, 2011 4:51 pm
by aocferreira
it supports PHP API and I access it's functions? i've found Groundwork Foundation, but it seems a little bit complicated..

Re: Nagios configuration via Interface (API)

Posted: Tue Apr 19, 2011 9:48 am
by tonyyarusso
That's more on the web interface side rather than an API. I'm not aware of any easy "create a host" API command for anything, although in combination with NagiosQL you can make your own by writing the proper SQL queries in whatever format is useful to you.