Hello,
I would like to know how to set up a trigger to trip after a certain number of bad results have been seen.
eg)
I am pinging a WIFI access that tends to go up and down with normal usage. I would like to setup the trigger to go off when it sees a defined number of bad results. So instead of tripping after the first bad ping response it trips only after 5 consecutive bad ping responses.
Here is and example of a trigger I am currently using.
({hostname:icmpping.last(0)}#1)|({hostname:icmppin gsec.last(0)}>250)
I see in the documentation you can use .count(N), N represents seconds but I am not sure how this applies.
Sorry if this is something that has already been covered I did not see anything previously in the forums about it.
Thanks
I would like to know how to set up a trigger to trip after a certain number of bad results have been seen.
eg)
I am pinging a WIFI access that tends to go up and down with normal usage. I would like to setup the trigger to go off when it sees a defined number of bad results. So instead of tripping after the first bad ping response it trips only after 5 consecutive bad ping responses.
Here is and example of a trigger I am currently using.
({hostname:icmpping.last(0)}#1)|({hostname:icmppin gsec.last(0)}>250)
I see in the documentation you can use .count(N), N represents seconds but I am not sure how this applies.
Sorry if this is something that has already been covered I did not see anything previously in the forums about it.
Thanks