Hey,
I have a simple check- icmppingsec[] and it works. For the trigger part: I want a trigger fired when the avg is 8 times as high for 5 mins, compared to the same time a day before. This is the trigger I created:
{Hostx:icmppingsec[].max(5m)}>8*{Hostx:icmppingsec[].avg(5m,1d)}
However the trigger is being fired as soon as the latency reaches the 8 * x, but when I'm looking in the simple graph, it only shows a small spike and not a higher value for a consistent 5 min.
What am I doing wrong?
I have a simple check- icmppingsec[] and it works. For the trigger part: I want a trigger fired when the avg is 8 times as high for 5 mins, compared to the same time a day before. This is the trigger I created:
{Hostx:icmppingsec[].max(5m)}>8*{Hostx:icmppingsec[].avg(5m,1d)}
However the trigger is being fired as soon as the latency reaches the 8 * x, but when I'm looking in the simple graph, it only shows a small spike and not a higher value for a consistent 5 min.
What am I doing wrong?
Comment