/usr/share/check_mk/checks-man/winperf.cpuusage is in check-mk-server 1.2.6p12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | title: CPU usage on Windows systems (deprecated)
agents: windows
catalog: os/kernel
license: GPL
distribution: check_mk
description:
 This check monitors the CPU usage on a Windows system using the
 windows performance counters (agent section {winperf}).
 In its current implementation this check is always OK.
 Setting a level for warning or a critical state is possible, but might
 not be very usefull, since the computed value is an average over just one
 check cycle. A combination with a larger value of {max_check_attempts}
 or {notification_delay} might be useful here.
 Note: this check is deprecated and not used by modern Check_MK agents.
 It is replaced by {winperf_processor.util}.
perfdata:
 The averaged percentage of CPU utilization during the last check cycle.
inventory:
 A check of this type is automatically created for all Windows
 hosts.
[parameters]
warning (int): The percentage of CPU usage that triggers
 a WARNING state
critical (int): The percentage of CPU usage that triggers
 a CRITICAL state
[configuration]
winperf_cpu_default_levels (int, int): Default levels warning and critical
 |