Nagios XI for two datacenters

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
myakubiv
Posts: 1
Joined: Mon Nov 13, 2017 10:43 am

Nagios XI for two datacenters

Post by myakubiv »

Hi, all!

We are using Nagios XI for Production monitoring, and we have some infrastructure change. We moved part of our infrastructure from AWS to another datacenter.
Is it possible to use Nagios XI to monitor infrastructure in two datacenters? Probably something like 'proxy' server in new datacenter, that will send data to Nagios XI in AWS.
Are there any best practices for our case?

Thank you in advance!
I would be really appreciate for any answer
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios XI for two datacenters

Post by mcapra »

This documentation covers the basics:
https://assets.nagios.com/downloads/gen ... utions.pdf

In my personal experience, most people use one of these two options
  • Mod-Gearman workers/servers feeding results into Nagios XI
  • A distributed approach with multiple Core/XI instances on-site feeding into the primary AWS instance of Nagios XI via NRDP or NSCA.
All of those options tackle the monitoring problem without opening up every single piece of infrastructure to your AWS instance.

Nagios Fusion also exists as a very convenient single point of visibility and access to Core/XI instances if you take the distributed approach.

It's a non-trivial problem to solve and there's no one-size-fits-all solution for every organization.
Former Nagios employee
https://www.mcapra.com/
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios XI for two datacenters

Post by dwhitfield »

mcapra wrote:A distributed approach with multiple Core/XI instances on-site feeding into the primary AWS instance of Nagios XI via NRDP or NSCA.
Here's some more detailed information on that approach: https://assets.nagios.com/downloads/nag ... h-NRDP.pdf

If you're looking to setup a second XI server, I would highly suggest emailing [email protected], but you can definitely do this without a second XI server.
Locked