GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / ucd_cpu_util
blobab4151e0ea19584846ef8da3956563adc14f7528
1 title: CPU utilization via SNMP from UCD daemon
2 agents: snmp
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.
9  Levels can be set on {wait} (disk wait) and the utilizaion.
10  If you want to set levels on your CPU load you better use the check
11  {ucd_cpu_load}.
13  The information is fetched via SNMP from the UCD SNMP daemon.
14  This daemon is mainly found on Linux and is used by some
15  hardware appliances (such as Riverbed Steelhead).
17 inventory:
18  One check per host is created if the agent supports the UCD-MIB.
19  Currently the SNMP scan function will only consider hosts
20  with the text {linux} in their system description. You can
21  try an explicit inventory with {cmk --checks ucd_cpu_util -I HOSTNAME}
22  if that is not the case.