Hello,
I try to exclude from monitor a service from 3am to 4am (for one hour).
See below the configuration that does not work. Please advise.

Christos

define(_ON_HOURS_,    `hr {04am-3am}')dnl

watch host1
    service service1
        interval 2m
        monitor fping.monitor
        period _ON_HOURS_
            alertevery 15m summary
            comp_alerts
            alertafter 3
            alert mail.alert [EMAIL PROTECTED]
            upalert mail.alert [EMAIL PROTECTED] 

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

Reply via email to