Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / kernel.util
blob32a32aebaff6ac914a2d9c195b8d858399bc01fe
1 title: CPU utilization
2 agents: linux
3 catalog: os/kernel
4 license: GPL
5 distribution: check_mk
6 description:
7  This check measures the CPU utilization during the last check
8  cycle. Levels can be set on the total utilization and also
9  specifically on the disk wait (IO wait).
11 inventory:
12  One check per host is created if the agent contains a {kernel}
13  section containing cpu information. The inventory creates the
14  check with the parameter {kernel_util_default_levels}, which is
15  preset to {None} thus imposing no levels and making the check always OK.