Hello,
I am trying to figure out how to triger an alert when ping fails more than three time for a given host…
I would like to know if this will be ok or not?
{host :icmpping. count( 3,0 ) }=3
My simple goal is to trigger the alert if the answer is positive more than three times in a row. Positive beeing "I can not ping host" = 0.
If there is more simple or straightforward way of doing that, I am ok to learn ;-)
Thanks
I am trying to figure out how to triger an alert when ping fails more than three time for a given host…
I would like to know if this will be ok or not?
{host :icmpping. count( 3,0 ) }=3
My simple goal is to trigger the alert if the answer is positive more than three times in a row. Positive beeing "I can not ping host" = 0.
If there is more simple or straightforward way of doing that, I am ok to learn ;-)
Thanks
Comment