This file is indexed.

/etc/octopussy/conf/services/Nfs.xml is in octopussy 1.0.6-0ubuntu2.

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
35
36
<?xml version='1.0' encoding='iso-8859-1'?>
<octopussy_service name="Nfs"
                   description="Nfs Service"
									 website="http://nfs.sourceforge.net/"
                   version="200703020002">
  <message loglevel="Critical"
           msg_id="Nfs:could_not_bind"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; nfsd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Could not bind .+&quot;):msg@&gt;  "
           rank="001"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Nfs:server_not_responding"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; kernel: nfs: &lt;@REGEXP(&quot;server \S+ not responding, still trying&quot;):msg@&gt; "
           rank="002"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Information"
           msg_id="Nfs:server_ok"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; kernel: nfs: &lt;@REGEXP(&quot;server \S+ OK&quot;):msg@&gt; "
           rank="003"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Nfs:lockd_cannot_monitor"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; kernel: &lt;@REGEXP(&quot;lockd: cannot monitor .+&quot;):msg@&gt;"
           rank="004"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Nfs:lockd_failed_to_monitor"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; kernel: &lt;@REGEXP(&quot;lockd: failed to monitor .+&quot;):msg@&gt; "
           rank="005"
           table="Message"
           taxonomy="Network.Errors" />
</octopussy_service>