Hi,
I have problem with my ping trigger. I monitoring google(8.8.8.8). I need trigger when ping is for last four values bigger then 15ms. And recovery after last ten values lower than 14ms.
My current code
But recovery is firing after 30s (item interval) over and over and ping isn't still good.
Thanks for help
I have problem with my ping trigger. I monitoring google(8.8.8.8). I need trigger when ping is for last four values bigger then 15ms. And recovery after last ten values lower than 14ms.
My current code
Code:
({Google 8.8.8.8:icmppingsec[,2,25,68,200,].min(#4)}>15 & {TRIGGER.VALUE}=0)
|
({Google 8.8.8.8:icmppingsec[,2,25,68,200,].max(#10)}<14 & {TRIGGER.VALUE}=1)
Thanks for help
Comment