Nagios configuration via Interface (API)

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
aocferreira
Posts: 5
Joined: Thu Apr 14, 2011 4:54 pm

Nagios configuration via Interface (API)

Post 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é
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Nagios configuration via Interface (API)

Post by tonyyarusso »

You could take a look at NagiosQL.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
aocferreira
Posts: 5
Joined: Thu Apr 14, 2011 4:54 pm

Re: Nagios configuration via Interface (API)

Post by aocferreira »

it supports PHP API and I access it's functions? i've found Groundwork Foundation, but it seems a little bit complicated..
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Nagios configuration via Interface (API)

Post 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.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Locked