Hello,

Is it possible to define different alert behavior for the same service?

For example, may I send an email in every failure for a service and send call a script in every other failure for the same service?

 watch servers
    service mysql
        description MySQL monitoring
        interval 1m
        monitor mysql.monitor
        period wd {Mon-Sun}
            alert mail.alert [EMAIL PROTECTED]
            numalerts 1
            alert myapp.alert
            alertevery 2m


In this case I would like to call mail.alert only once and myapp.alert every 2min, is it possible?


thanks in advance,

Guilherme.

_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to