Re: [Nagios-users] Redundant Nagios setups...

2009-08-29 Thread Ciro Iriarte
2009/8/26 Janet Sullivan : > Other than the methods described in the official docs > (http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin > (http://www.op5.org/community/projects/merlin) are there any other suggested > solutions for setting up redundant Nagios servers? > For HA we

Re: [Nagios-users] Redundant Nagios setups...

2009-08-26 Thread Arlen Drina
As you already have *BSD installed as base server for nagios, and you need an mechanism when one machine is down, second to take its rolle and all happy. I would recommned to take a look into CARP http://www.freebsd.org/doc/en/books/handbook/carp.html it is natively devoeloped for OpenBSD but you

Re: [Nagios-users] Redundant Nagios setups...

2009-08-26 Thread Mark Gius
We use two identically configured servers with a shared DRBD (http://www.drbd.org/) partition that contains the nagios state/log/config files, Linux Heartbeat (http://www.linux-ha.org/), and a role IP address to do redundancy. We can literally yank the plug on one of the servers and nagios wil

Re: [Nagios-users] Redundant Nagios setups...

2009-08-26 Thread Max
On Wed, Aug 26, 2009 at 8:17 PM, Janet Sullivan wrote: > Other than the methods described in the official docs > (http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin > (http://www.op5.org/community/projects/merlin) are there any other suggested > solutions for setting up redundant Na

[Nagios-users] Redundant Nagios setups...

2009-08-26 Thread Janet Sullivan
Other than the methods described in the official docs (http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin (http://www.op5.org/community/projects/merlin) are there any other suggested solutions for setting up redundant Nagios servers?