Hi Frank I've got a similar setup running and had the problem of whenever the slave came online, any acknowledgements on the master were lost and notifications came out again.
I use subversion to keep my object definitions in line between the slave and master (there is an svn update step in the master check on the slave) so the way I got around this was to commit the status.dat and retention.dat files to svn each minute. As part of the svn update on the slave, it turns off nagios, svn updates everything and then switches the slave back on, thus transferring all my acknowledgements across to the slave. I'm sure it could be done more elegantly, but this works for me. Hope it helps Kristian -----Original Message----- From: Frank Steinborn [mailto:[email protected]] Sent: 02 April 2010 8:25 PM To: [email protected] Subject: [Nagios-users] Failover+NSCA - syncing webinterface settings? Hello, We have completed a failover setup for Nagios and it's running very smoothly so far, besides one issue. Let me explain. The slave-Nagios starts checking services and sending out notifications in case the master fails - perfect. I have configured the Master to send passive service checks via NSCA to the slave so that the service and hoststates are always known to the slave in case it needs to take over - perfect. However: If I, for example, mute a service in the masters' Webinterface, I'd need a way for syncing such settings to the slave too. Or better said: I just don't want the actual service states synced, but it's assoiciated settings from the webinterface too. Any ideas how this may be possible? ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
