This file is indexed.

/usr/share/check_mk/checks-man/winperf.cpuusage is in check-mk-server 1.2.2p3-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
title: Measure CPU usage on Windows systems
agents: windows
author: Mathias Kettner <mk@mathias-kettner.de>
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.

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