Page 1 of 1

What are some good GUI based editors for Nagios?

Posted: Fri Mar 15, 2019 10:17 am
by kelemvor
Howdy,

We have Nagios Core 4.3.2 and no one likes having to go edit the config files manually any time we want to change something. Some people want to completely replace Nagios with something else but I want to see if we can just make our current Nagios easier to use so we don't have to start over.

I've heard something about nconf but see that it's no longer under development so I'm hoping someone can recommend a different tool.

The main feature we want is the ability to add new servers, remove old servers, or change settings profiles for existing servers from within the Nagios GUI and not have to go out and edit the files manually.

Let me know if you have any recommendations.

Thanks!!

Re: What are some good GUI based editors for Nagios?

Posted: Fri Mar 15, 2019 10:32 am
by 455157
NagiosQL is a popular project for this:

https://exchange.nagios.org/directory/A ... QL/details

If you're looking for a fully supported commercial option, Nagios XI includes the Core Config Manager, very advanced config management GUI. It also has monitoring wizards for step-by-step setup of common objects, and many other features.

Re: What are some good GUI based editors for Nagios?

Posted: Fri Mar 15, 2019 10:38 am
by benjaminsmith
Thanks @455157!

Yes, Nagios XI comes with pre-built setup wizards and an integrated web-based configuration interface. We offer a free quick start to help new users get up and running.

For more information on Nagios XI, please visit the product page:
https://www.nagios.com/products/nagios-xi/

Let me know if you have any other questions.

Re: What are some good GUI based editors for Nagios?

Posted: Fri Mar 15, 2019 12:44 pm
by mcapra
Nagios XI is by far the most feature-rich one.

In the "more free" space, NagiosQL and NConf are the 2 big ones. Both of which could definitely use some more maintainers :) which is the story for most free front-ends for Nagios Core.

I've not used Lilac, but it looks basically OK.

I prefer Chef and the Nagios cookbook. Less graphical, but JSON is prettier to look at and there's boatloads of great general-purpose editors (like vscode) with good graphical JSON solutions. Ansible, Puppet, Salt, and other such automation solutions are a great way to manage your config files.

Re: What are some good GUI based editors for Nagios?

Posted: Fri Mar 15, 2019 1:16 pm
by benjaminsmith
Thanks @mcapra for the helpful suggestions.