Hi,
i wanted to set bandwidth usage trigger of my router's interface.so i added a trigger to router like : {UTM-test:net.if.in[ifInOctets.4].avg(1)}>6 ( to set trigger if bandwidth goes upper than 6 Mbps) and my mistake is that item that collects data about bandwidth does some preprocessing like ' change per second' and ' custom multiplier = 8 ' .
so i realized actual data is something like 2158015405 .
so do you have any suggestion ?
any help will be appreciated.
i wanted to set bandwidth usage trigger of my router's interface.so i added a trigger to router like : {UTM-test:net.if.in[ifInOctets.4].avg(1)}>6 ( to set trigger if bandwidth goes upper than 6 Mbps) and my mistake is that item that collects data about bandwidth does some preprocessing like ' change per second' and ' custom multiplier = 8 ' .
so i realized actual data is something like 2158015405 .
so do you have any suggestion ?
any help will be appreciated.
Comment