Ad Widget

Collapse

Problem with trigger for bandwidth usage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ruedu
    Junior Member
    • Jul 2007
    • 4

    #1

    Problem with trigger for bandwidth usage

    I'm trying to setup a trigger that will fire when BW usage on a Linux machine exceeds a certain level.

    {hostname:net.if.in[eth2].last(0)}>150000.0000

    The idea is that if incoming usage goes above 150KB/s then the trigger is on.

    I've tried using .last(0) and .diff(0) and neither work correctly for me. Using .last the trigger is always on. If I use diff it never comes on.

    Is this a known issue or am I doing something wrong. I swear this worked just fine in 1.1.*
  • ruedu
    Junior Member
    • Jul 2007
    • 4

    #2
    I'll take any suggestions at this point....

    Comment

    Working...