I have to following trigger setup
{PINGTEMP:icmppingsec.max(300)}>150
I also tried the max(#5)}>150
What I want it to do is if the response time is OVER 150 Msec consistently, during that 5 min window, to trigger. However, it seems to trigger even if one response is over the 500msec timeframe. I tried to use average, however, that did not work well.
Can anyone give some assitance?
{PINGTEMP:icmppingsec.max(300)}>150
I also tried the max(#5)}>150
What I want it to do is if the response time is OVER 150 Msec consistently, during that 5 min window, to trigger. However, it seems to trigger even if one response is over the 500msec timeframe. I tried to use average, however, that did not work well.
Can anyone give some assitance?
Comment