Hello everyone,
I have a problem with icmpping trigger.
I can not create an expression that allows me to initiate a trigger when a host does not respond to ICMP requests more than 2 times. It should not be alert if there is only one icmp packet loss.
my item is configured:
Description : Ping to the server (TCP)
Key : icmpping
Interval : 60
Type : Simple check
Here's my attempt at expression:
- {equipement:icmpping.sum(#2)}= 0 & {equipement:icmpping.last(0)}> 2
- {equipement:icmpping.sum(#5)}=2
- {equipement:icmpping.last(0)}=2
- {equipement:icmpping.last(0)} > 2
Thank you very much for your help.
Regards,
chaouki.
I have a problem with icmpping trigger.
I can not create an expression that allows me to initiate a trigger when a host does not respond to ICMP requests more than 2 times. It should not be alert if there is only one icmp packet loss.
my item is configured:
Description : Ping to the server (TCP)
Key : icmpping
Interval : 60
Type : Simple check
Here's my attempt at expression:
- {equipement:icmpping.sum(#2)}= 0 & {equipement:icmpping.last(0)}> 2
- {equipement:icmpping.sum(#5)}=2
- {equipement:icmpping.last(0)}=2
- {equipement:icmpping.last(0)} > 2
Thank you very much for your help.
Regards,
chaouki.
Comment