/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="<@DATE_TIME_ISO:datetime@> <@WORD:device@> nfsd[<@PID:pid@>]: <@REGEXP("Could not bind .+"):msg@> "
rank="001"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Nfs:server_not_responding"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> kernel: nfs: <@REGEXP("server \S+ not responding, still trying"):msg@> "
rank="002"
table="Message"
taxonomy="Network.Errors" />
<message loglevel="Information"
msg_id="Nfs:server_ok"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> kernel: nfs: <@REGEXP("server \S+ OK"):msg@> "
rank="003"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Nfs:lockd_cannot_monitor"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> kernel: <@REGEXP("lockd: cannot monitor .+"):msg@>"
rank="004"
table="Message"
taxonomy="Network.Errors" />
<message loglevel="Warning"
msg_id="Nfs:lockd_failed_to_monitor"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> kernel: <@REGEXP("lockd: failed to monitor .+"):msg@> "
rank="005"
table="Message"
taxonomy="Network.Errors" />
</octopussy_service>
|