Xymon Mailing List Archive search

hobbit-alerts.cfg with TIME option

list Shane Presley
Wed, 1 Nov 2006 07:43:33 -0500
Message-Id: <user-54635997008f@xymon.invalid>

Hello,

For most of our servers, we have a MAIL statement that sends e-mails
out 24x7 for failures.  But then we have another MAIL statement in the
same rule that e-mails another group, and that should only happen 7AM
to 5PM.

My question is, if the failure happens at 3AM, e-mail #1 goes out.  If
it is still down at 7AM, shouldn't e-mail #2 go out?

It appears right now that only failures that start during 7-5 will
send e-mail.  Anything that happens overnight, even if it is still
failed at 7AM, it will not e-mail.

Could this be because I've increased my ALERTREPEAT="1440" in
hobbitserver.cfg?

PAGE=vpn
        MAIL user-e4d0b0f5a288@xymon.invalid
        MAIL user-5ad8b9602cc1@xymon.invalid DURATION>5m TIME=*:0700:1700
        SCRIPT qpage.sh qp-me FORMAT=SMS DURATION>30 TIME=*:0700:1700

Thanks,
Shane