Distributed Nagios Setup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
uaslam
Posts: 21
Joined: Fri Jun 14, 2013 10:38 am

Distributed Nagios Setup

Post by uaslam »

What we have...
Two NagiosXI enterprise servers at two different locations. Both locations have a site to site VPN in between. Both servers monitor exactly the same hosts/services across the two locations. Currently only one server sends out notifications.
What we want (ideally)
Have a redundant setup.
If possible, we would like for each server to run checks local to it and send notifications but if one server goes down, the other should take on its responsibilities.
At the very least, If the server sending notifications goes down we would like the other to do its job.

We do have experience setting up mod_gearman for check distribution. Just looking for basic idea on how to approach this...

Thanks!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Distributed Nagios Setup

Post by slansing »

Hello uaslam,

I'd take a look at this document for a overview of options that can get you started in a "HA" environment:

http://assets.nagios.com/downloads/nagi ... ptions.pdf


I am going to steal a quote from Andy on this one:
Most of our high availability (HA) clients implement failover on a lower level than the XI software - usually db replication and HW/OS level clustering like DRDB or Linux HA.
uaslam
Posts: 21
Joined: Fri Jun 14, 2013 10:38 am

Re: Distributed Nagios Setup

Post by uaslam »

This was really helpful to me. Posting here if anyone else comes across this thread.

http://www.slideshare.net/nagiosinc/mike-weber-failover

Thanks!
Locked