Is there a way to configure an alert that would email user if more than 5GigaBytes of data is transfered over his interface on a per month basis ?
I am interested in monitoring/alerting on the amount of data transfer rather than actual transfer rate.
Thanks.
Dave
Bandwidth usage alerts
I think you should use Traffic Monitor test.
http://www.ks-soft.net/hostmon.eng/tests.htm#trafficmon
Regards,
Yoorix
http://www.ks-soft.net/hostmon.eng/tests.htm#trafficmon
Regards,
Yoorix
You may use SNMP Get test and the following OIDs:
1.3.6.1.2.1.2.2.1.10.<index> - ifInOctets. The total number of octets received on the interface, including framing characters.
1.3.6.1.2.1.2.2.1.16.<index> - ifOutOctets. The total number of octets transmitted out of the interface, including framing characters.
But question is: what if your client or somebody else resets the router?
Regards
Alex
1.3.6.1.2.1.2.2.1.10.<index> - ifInOctets. The total number of octets received on the interface, including framing characters.
1.3.6.1.2.1.2.2.1.16.<index> - ifOutOctets. The total number of octets transmitted out of the interface, including framing characters.
But question is: what if your client or somebody else resets the router?
Regards
Alex