title: Check CPU usage (utilisation)
agents: solaris
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check measures the CPU utilization during the last check
 cycle. A level can be set only on {wait} (disk wait). 

perfdata:
 Three variables: The percentage of time spent in {user}, {system} and {wait}
 (disk wait). The idle time can be computed by substracting those three values 
 from 100%. The user value contains also {nice}. 

inventory:
 One check per host is created if the agent contains a {statgrab_cpu}
 section containing cpu information. 

[parameters]
 The check has no parameters.

[configuration]
 The check is not configurable.
