I'm not sure if I have set the monitoring parameters correctly for what I want to do.
First question: is the monitoring "interval" the frequency that mon runs the monitor, or does it define something else? It seems like MON is "forgetting" about the previous alert after the monitoring interval has elapsed (MON_FIRST_FAILURE and MON_LAST_FAILURE are equal even though there were numerous failures). Is that what's supposed to happen? Ideally, my monitor would run very frequently (every few seconds), but the monitoring "interval" would be longer, like 30 minutes. Upon on a second failure during the monitoring interval, my alert script will try to take a different action than on the first failure. Is this possible through Mon's configuration (without building this logic in my script)? Thanks, Nate _______________________________________________ mon mailing list mon@linux.kernel.org http://linux.kernel.org/mailman/listinfo/mon