This file is indexed.

/usr/share/check_mk/checks-man/etherbox.temp is in check-mk-server 1.2.8p16-1ubuntu0.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
34
title: Etherbox / MessPC: Sensor Temperature
catalog: hw/environment/betternet
agents: snmp
license: GPL
distribution: check_mk
description:
 This check monitors the value of an etherbox temperature sensor

item:
 The port number of the sensor followed by the sensor type

 Example: "2.1" A temperature sensor(type 1) on port 2

perfdata:
 The current temperature value and its warn/crit limits

inventory:
 The inventory creates a service for each temperature sensor found

[parameters]
parameters(dict): This checks parameters are a dictionary with the
 following (optional) keys:

  {"levels"}: A tuple (warn, crit) containing the upper levels. No defaults.

  {"levels_lower"}: A tuple (warn, crit) containing the lower levels. No defaults.

  {"output_unit"}: "c", "f" or "k", the check will output the temperature in the
 specified unit. If this is not set, output is in degrees Celsius.

  {"input_unit"}: "c, "f" or "k". By default, the check interprets the sensor value
 according to the unit sent by the device. This key allows to override that. Tread
 lightly, as this may lead to a misinterpreted temperature. Should only be used if
 the device reports its unit incorrectly.