Check manual page of cpu.loadsFebruary 03. 2012
cpu.loadsAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check measures and checks the averaged CPU load. The values
for 1, 5 and 15 minute average are sent, although the PNP template
shipped with check_mk only displays the 1 and 15 min average load.
Check parameters
Performance dataThree values: The load average for 1, 5 and 15 minutes.
InventoryAutomatically.
Configuration variables
Examplesmain.mk # Set default levels to a load of 4 and 8 per CPU cpuload_default_levels = (4.0, 8.0). checks = [ # Use levels 4 per CPU (warning) and 8 per CPU (critical) # on all hosts with the tag "linux" (["linux"], ALL_HOSTS, "cpu.loads", None, (4, 8)), ] |
| |||||||||||||||||||||||||||