Hi. I have, say, 2 alerts. "Switches avaiability" and "mail queue size".
If "ping" fails, i want to send an email to "@network admin", and if mailq is > 
500 send an email to "@email admin". Something like
<plugin threshold>
    <plugin mailq>
       FailureMax 500.0
       EmailDestination [email protected] 
    </plugin>

    <plugin ping>
      FailureMax 0.3
      EmailDestination [email protected]
    </plugin>
</plugin>

Maybe some patch?
Thanks!

Gerardo

_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to