Opened 16 years ago
Last modified 16 years ago
#3 accepted enhancement
check interface usage
Reported by: | maarten | Owned by: | maarten |
---|---|---|---|
Priority: | major | Milestone: | Service checks collection no.2 |
Component: | Check plugins | Version: | pre-exodus |
Keywords: | Cc: |
Description
Checks the up and down traffic of the interfaces. This check can be used to:
- Detect abnormal data traffic usage
- Draw usage statistics for trend analysis
Note:
See TracTickets
for help on using tickets.
Traffic is measured with the check_snmp_int from http://nagios.manubulon.com/
command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C public -n $ARG1$ -f -k -Y -w 0,0 -c 0,0 --label
currently it doesn't have warning or critical levels set because the bandwith is different for the various types of interfaces.
These levels should be set when creating the nagios config (from genesis and exodus)