Hello,
Is there a simple way to add a delay between a trigger turns on and the alert is sent ? possibly only when the trigger goes on and not when it turns off
ie: I'm monitoring a router interface using net.ping. when the ping isn't responding for 5 minutes send an alert. when the ping became responsive send the alert immediately. I tried to use " ({Template_Router:icmpping.last(0)}=0)&({Template_ Router:icmpping.sum(300)}=0)" but the alert is sent immediately.
thanks
Is there a simple way to add a delay between a trigger turns on and the alert is sent ? possibly only when the trigger goes on and not when it turns off
ie: I'm monitoring a router interface using net.ping. when the ping isn't responding for 5 minutes send an alert. when the ping became responsive send the alert immediately. I tried to use " ({Template_Router:icmpping.last(0)}=0)&({Template_ Router:icmpping.sum(300)}=0)" but the alert is sent immediately.
thanks
Comment