GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / dell_powerconnect_cpu
blob31d07f372e795f998ecab3a62708d7b9fcc9d3a3
1 title: Dell PowerConnect Switches: CPU load
2 agents: snmp
3 catalog: hw/network/dell
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the CPU load on Dell PowerConnect Switches which support the
8  RADWARE-MIB. It will check the percentage of the CPU load for the following states:
10   - 1 second (the load average of when the check ran).
11   - 60 seconds (the "average" over the last 60 seconds at the time the check occurred).
12   - 5 minutes (the "average" over the last 5 minutes, at the time the check occurred).
14  A single service will be created showing the percentage of CPU use at the time
15  the check occurred (using the 1 second load average).  However, charts are created
16  for each of the load averages, using values obtained during each execution of the
17  service check.
19  The state of the check will return a WARNING value when the percentage of the 1 second
20  load value exceeds the warning threshold, and is less then the critical threshold. If the
21  load values exceeds the critical threshold, then it will return a CRITICAL state.
23  Currently, testing has been completed with the Dell PowerConnect 5448 and 5424 models,
24  however the service check may work with other models.
26 inventory:
27  During the inventory phase of check_mk, it will identify one service {CPU},
28  as long as the MIB defined above is supported on the switch.