This file is indexed.

/etc/octopussy/conf/tables/Nagios_service.xml is in octopussy 1.0.6-0ubuntu1.

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
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Nagios Service Table"
                 name="Nagios_service"
                 version="200608020001">
  <field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="STRING" />
  <field title="host"
         type="STRING" />
  <field title="service"
         type="STRING" />
  <field title="status"
         type="STRING" />
  <field title="msg"
         type="STRING" />
  <field title="criticity"
         type="STRING" />
  <field title="nb_check"
         type="NUMBER" />
  <field title="daemon"
         type="WORD" />
</octopussy_table>