Ad Widget

Collapse

Problem with trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jasperswaagman
    Junior Member
    • Apr 2013
    • 25

    #1

    Problem with trigger

    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?
  • jasperswaagman
    Junior Member
    • Apr 2013
    • 25

    #2
    Stupid me!

    max(5m) only returns the highest value for the last 5 min. Not All values for 5min. I'm now using delta(5m) which should do what I want

    /thread closed

    Comment

    Working...