This file is indexed.

/usr/share/check_mk/checks-man/cmctc.temp 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
title: Rittal CMC-TC: Temperature
agents: snmp
catalog: hw/environment/rittal
license: GPL
distribution: check_mk
description:
 This check polls the state of temperature sensors
 attached to a ComputerMultiControl-TopConcept unit.
 Per default warning and critical levels are read via SNMP and
 need to be configured in Check_Mk. Configure them
 in your CMC unit. It is also possible to configure
 levels. That way the state and levels from the SNMP
 output are being ignored.

item:
 Combination of IO unit number (3-6) and sensors index (1-4).
 Example: {"3.2"} for first IO unit and second sensor.

perfdata:
 One variable: the current temperature in degrees celsius.

inventory:
 All available temperature sensors are automatically inventorized.

[parameters]
warn(int): Optional warning level for the temperature. If you use no
 parameters, then the builtin state will be used (this is the default).
crit(int): Critical level for the temperature.