Hi,
I've got some difficulties in understanding a simple expression for triggering a ICMP-Item:
I'd like to get an alert when 48 pings in series fails.
I've set the problem expression for my trigger: {192.168.1.145:icmpping.last(#48)}=0
I think this works fine.
But now we come to my problem:
I'd like to stop the alarm even if only one single ping will success. My recovery expression is:
{192.168.1.145:icmpping.last()}>0
For instance:
40 pings fail --> no trigger
1 ping success
40 pings fail --> no trigger
1 ping success
80 pings fail --> trigger alarm
1 ping success --> trigger resolved
But my triggers don't work as expected. After e.g. 80 failed pings, the alarm is triggered. OK. But even if there are single pings after this, the alarm isn't resolved.
Can anybody tell me, why?
Thanks!!!
whisky
I've got some difficulties in understanding a simple expression for triggering a ICMP-Item:
I'd like to get an alert when 48 pings in series fails.
I've set the problem expression for my trigger: {192.168.1.145:icmpping.last(#48)}=0
I think this works fine.
But now we come to my problem:
I'd like to stop the alarm even if only one single ping will success. My recovery expression is:
{192.168.1.145:icmpping.last()}>0
For instance:
40 pings fail --> no trigger
1 ping success
40 pings fail --> no trigger
1 ping success
80 pings fail --> trigger alarm
1 ping success --> trigger resolved
But my triggers don't work as expected. After e.g. 80 failed pings, the alarm is triggered. OK. But even if there are single pings after this, the alarm isn't resolved.
Can anybody tell me, why?
Thanks!!!
whisky
Comment