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.*
{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.*
Comment