- Report a bug
This page covers additions/changes having to do with MMM v1.2.3 (current stable release)
The purpose of this branch is to provide a more stable release of the 1.0 code base, with additional configuration options. For documentation related to MMM v2, see mmm2
One of the more interesting additions included to MMM is the “Failover Method”. It can be defined in mmm_mon_C#.conf via:
wait – works like 'manual', but only until both master nodes are ONLINE or one master node is ONLINE and specified wait time has passed, then it switches to 'auto'. The wait method uses a new configuration option: wait_for_other_master sec, which is the delay time used when in ‘wait’ failover. When only single master node becomes ONLINE, wait only that long for the other to appear before switching to ‘auto’; 0 means disabled
or on the command-line by:
mmm_control @C# failover_method [auto|manual|wait]
PENDING – when a node state is unknown to the monitor, PENDING is used to assume nothing
major changes in behavior from the original MMM:
1.2.3 → Current Release 1.0.0 → Initial Release