Page 1 of 1

Can i set up multiple servers and have them report to 1

Posted: Fri Dec 07, 2012 8:35 am
by spunkybd
We are going to have multiple servers at different locations to monitor a huge network of resources and machines. Is it possible to have a master server with multiple sub servers to report data back to?

Thanks

Re: Can i set up multiple servers and have them report to 1

Posted: Fri Dec 07, 2012 10:53 am
by sreinhardt
You most certainly can! Considering it sounds like you have not implemented this quite yet, I will give you a few different ways to do what you are looking for. This is a great article on a couple of options that I will describe below. Nagios XI on its own does offer this as an integrated solution without any additional plugins or services as well. There are also numerous ways to distribute active and passive checks through nsca and nrpe.

Nagios Reflector is currently in beta, but is an excellent option for secured nagios checks that have to pass through the internet or other non-secured LANs. It can be configured with nrpe or nsca to communicate with an external site and pass check results that then can be collected by a centeralized nagios instance. This pdf does specifically related to XI but it should be possible to integrate with core.

Nagios Fusion: This allows for a read-only type interface, that can take a large number of XI and Core server results and correlate them in one location. Depending on the data you are looking for, it may be suggested to also route the data to an XI machine to keep an index of performance data and such.

Re: Can i set up multiple servers and have them report to 1

Posted: Fri Dec 07, 2012 10:54 am
by sreinhardt
continued from previous post...

Mod_Gearman is a plugin and distributed monitoring solution that can involve multiple core servers or a single, but still allows you to distribute checks and load throughout various machines. This recently seems to be a community favorite

Multi-Nagios Tactical Overview System (MNTOS) provides a way to combine several nagios core servers in different locations through one interface, even when they otherwise may not be talking with each other.

Nagios DNX is an older distributed solution that has a few issues, but implements many things in a good way.