Page 1 of 1
Synchronize 2 nagios servers
Posted: Mon Oct 13, 2014 9:57 am
by jbeaujour
Hello, we are looking for a solution with two nagios servers who are synchronized.
The two Nagios servers supervise the same hosts and services, and when a change is made to the master, it is synchronized with the slave.
The current architecture consists of NAGIOS, THRUK, NCONF and MERLIN.
Do you know a solution designed for this application?
Thank you
Re: Synchronize 2 nagios servers
Posted: Mon Oct 13, 2014 10:25 am
by abrist
jbeaujour wrote:MERLIN.
As merlin is a distributed framework, you should ask OP5 (the developers of merlin) for advice as any advice we give you will not take merlin into consideration.
Re: Synchronize 2 nagios servers
Posted: Wed Oct 15, 2014 11:29 am
by jbeaujour
Hello,
What we are looking does not have to look like the current architecture (with MERLIN THRUK, etc).
Instead, we seek a new, more suitable for data synchronization between two solutions NAGIOS, which has a configuration and operation of a centralized solution.
For exemple, is this possible with NAGIOS FUSION?
Thank you
Re: Synchronize 2 nagios servers
Posted: Thu Oct 16, 2014 9:23 am
by abrist
Nagios Fusion is a central NOC for watching multiple core/XI servers. It does not provide central config management, nor central notifications. If you pushed checks from both core servers to n XI server, you could use the XI server for central reporting and notifications.
Re: Synchronize 2 nagios servers
Posted: Thu Oct 16, 2014 9:38 am
by jbeaujour
OK, thank you for the help
And for the central config management ?
Re: Synchronize 2 nagios servers
Posted: Thu Oct 16, 2014 9:52 am
by slansing
There is no specific way to handle centralized config management, some options would be setting up a SVN like repo and managing global configurations for it there, then pushing it out to your other systems or using puppet/chef to handle that.