Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / cisco_cpu
blob924bee4ed27badf916bc449a02ae4bbca256e9ee
1 title: CPU utilization of the last 5 minutes
2 agents: snmp
3 catalog: hw/network/cisco
4 license: GPL
5 distribution: check_mk
6 description:
7  Check CPU utilization of the last 5 minutes in percent on Cisco devices.
8  This check tests for two oids out of {cpmCPUTotalEntry}:
10  {.1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 = cpmCPUTotal5min}
12  {.1.3.6.1.4.1.9.9.109.1.1.1.1.8.1 = cpmCPUTotal5minRev}
14  The latter is deprecated by cisco and will only be used if {cpmCPUTotal5minRev}
15  is unavailable.
18 inventory:
19  One service per Cisco device is created.