GUI CSS: Moved commented out views styles from classic to facelift theme (CMK-1171)
[check_mk.git] / checkman / cisco_qos
blob3a1dca96aa2436f790d7b5c202307d7297b4da79
1 title: Cisco Routers: Usage of QoS classes
2 agents: snmp
3 catalog: hw/network/cisco
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the usage of QoS classes on Cisco routers using the information
8  provided by the {CISCO-CLASS-BASED-QOS-MIB} SNMP MIB.
10  The check creates one service for each interface+class combination.
12  The check results in critical/warning states when the there are any packets dropped
13  for this class by default. It is possible to set thresholds on the traffic rate in
14  this QoS class to raise warnings/criticals when the traffic exceeds a given level.
15  The drop thresholds can be customized too.
17 item:
18  A string: A combination of the interface name as set in IF-MIB::ifDescr and the
19  name of the QoS class as given in CISCO-CLASS-BASED-QOS-MIB::cbQosCMName.
21 inventory:
22  For each combination of IF-MIB::ifDescr and CISCO-CLASS-BASED-QOS-MIB::cbQosCMName one
23  check is created.