GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / wmi_cpuload
blob00bae4d826aa41e4d3d783cf6b3eec75ee59906a
1 title: Windows CPU Load
2 agents: windows
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the process queue length and produces 1, 5 and
8  15 minute averages.
9  This works roughly the same as CPU load known from the unix world.
10  The only difference is that while unix-based system include processes
11  currently being run in the CPU load, windows counts only the number
12  of processes that are waiting to be processed.
13  This means that unless the system is under high load, this will be 0.
14  {WARN} and {CRIT} thresholds can be configured, which will be treated
15  as per-core averages so if the warn level is at 2 on a 4 core system,
16  the 15 minute average processor queue length has to be 8 processes or
17  longer.
19 inventory:
20  Exactly one item is discovered.