Redundant monitoring with centralized configuration & alerts
Posted: Mon Mar 28, 2016 8:28 pm
Hello. I'm looking for advice on designing a slightly complex monitoring environment with Nagios XI.
We have 2 data centers, Primary and Secondary. Each data center has its own internet connection. There is a dedicated private link between the data centers as well. The Primary data center uses 10.100.0.0/16 private IP addresses, and the Secondary 10.101.0.0/16. There is full network connectivity over the private link, so that a Primary host with an IP like 10.100.1.2 can connect to a Secondary host with an IP such as 10.101.3.4, and vice versa.
What i would like to achieve is to have Nagios running in each data center, monitoring the hosts that are local to it. I also want the Nagios instances monitoring each other. But i'd like configuration and alerting to be centralized to Nagios running in the Primary data center. The one exception is that if the Secondary Nagios detects that the Primary Nagios is down, it should send that alert directly.
We have 2 data centers, Primary and Secondary. Each data center has its own internet connection. There is a dedicated private link between the data centers as well. The Primary data center uses 10.100.0.0/16 private IP addresses, and the Secondary 10.101.0.0/16. There is full network connectivity over the private link, so that a Primary host with an IP like 10.100.1.2 can connect to a Secondary host with an IP such as 10.101.3.4, and vice versa.
What i would like to achieve is to have Nagios running in each data center, monitoring the hosts that are local to it. I also want the Nagios instances monitoring each other. But i'd like configuration and alerting to be centralized to Nagios running in the Primary data center. The one exception is that if the Secondary Nagios detects that the Primary Nagios is down, it should send that alert directly.