This file is indexed.

/usr/share/check_mk/checks-man/services.summary 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
title: Windows Services
agents: windows
catalog: os/services
license: GPL
distribution: check_mk
description:
 This check gives a summary of the windows services and monitors
 the number of services of mode "autostart" which are stopped.
 The state of the check as soon as such a stopped service is found
 can be configured to be any valid state. The default is {OK}. Also,
 if no such stopped service is found, the state is {OK}.

 A list of ignored services can be configured. These services will not be
 considered when determining the stopped services.

[configuration]
{services_summary_default_levels(dict):} A dictionary with the following preset keys

{"ignored": (),}
{"state_of_stopped": 0}


[parameters]
parameters(dict):  A dictionary with the following keys:

 {"ignored"}: tuple: A tuple of service names or regular expressions for
 services. These services will be disregarded when determining the state of the check

 {"state_if_stopped"}: int: The monitoring state that should be applied if
 stopped services are found