Hello,
The bandwidth of some of our routers is pretty the same every day. Max in is about 1.2 Gb and min 40 Mb.
I want to monitor any strange behavior in this traffic. But with normal interface plugins that monitor traffic you can only set one max (and sometimes min). With those scripts we can't monitor if bandwidth is higher for example 90Mb where it's normally 40Mb at a particular time.
It would be great if the check_snmp_int.pl can monitor any strange behavior in traffic. I think this can be done with using a table where it stores the traffic output of the last 24 hours. It can then check the current traffic with the one it monitored 24 hours ago.
You can set warning and critical in % for example "-w 5 -c 10" to use 5% and 10% difference in traffic.
What do you think of this?
chiel