On Thu, 20 Apr 2006, Brendan Mullen wrote:

The locally modified qpage.alert worked on an older version of Mon, but not 1.0pre5 The page would be sent but never show up in the alert history, and then would be sent again. and again...

Hmm.

Check your logs. Mon syslogs when an alert exits with a nonzero
status:

    if ($exitval)
    {
        syslog ("err", "child alert for " .
                    "$args{group}/$args{service} " .
                    "failed, exited with $exitval");
        return undef;
    }

If this is happening, it can screw up the alert management stuff (e.g.
_last_alert will not get updated).

_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to