Actions on triggers like
{103:net.if.out[eth0].last(0)}/{103:net.if.out[eth0].avg(300)}<0.7
send mail when quotient more than 0.7
How can I avoid this problem?
{103:net.if.out[eth0].last(0)}/{103:net.if.out[eth0].avg(300)}<0.7
send mail when quotient more than 0.7
How can I avoid this problem?
You're right, if that trigger is getting tripped when the quoient is greater than 0.7 then something wierd is going on. I would be suspicious of either avg() or the / opperator. Do you use either in another trigger and if so, is that trigger not working either?
Comment