Morning List,<br><br>I now have merlin up and running on one of my machines.<br><br>How do i get it to do redundant master/slave failover?<br><br>Is there a config option like one needs to be &quot;noc&quot; one needs to be &quot;poller&quot;<br>
<br>My servers are both in the same subnet<br><br>My config goes like this in merlin .conf<br><br>mode = noc;<br>ipc_socket = /usr/local/nagios/merlin/ipc.sock;<br><br># address to listen to. 0.0.0.0 is default<br>#address = 0.0.0.0;<br>
<br># module-specific configuration options.<br>module {<br>        # textual log of normal hum-drum events<br>        log_file = /usr/local/nagios/merlin/logs/neb.log;<br><br>        # binary log of everything read/written from/to the ipc socket<br>
        ipc_debug_read = /usr/local/nagios/merlin/logs/neb.ipc.read.bin;<br>        ipc_debug_write = /usr/local/nagios/merlin/logs/neb.ipc.write.bin;<br>}<br><br># daemon-specific config options<br>daemon {<br>        pidfile = /var/run/merlin.pid<br>
<br>        # same as the &quot;module&quot; section above<br>        log_file = /usr/local/nagios/merlin/logs/daemon.log;<br>        ipc_debug_read = /usr/local/nagios/merlin/logs/daemon.ipc.read.bin;<br>        ipc_debug_write = /usr/local/nagios/merlin/logs/daemon.ipc.write.bin;<br>
<br>        # port to listen to. 15551 is default. This is a daemon<br>        # specific config setting, as the module never listens to<br>        # the network<br>        port = 15551;<br>        database {<br><br>                name = merlin<br>
                user = merlin<br>                pass = merlin<br>                host = localhost<br>                type = mysql<br>        }<br><br>mode = poller<br>peer Nagios2 {<br>        address = &lt;IP ADDRESS&gt;<br>
}<br><br>all help welcome<br><br>Tom<br><br><br>