[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] FILE monitor and mtime<600 troubleshooting
- To: "hobbit (at) hswn.dk" <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] FILE monitor and mtime<600 troubleshooting
- From: Denver Osborn <denver (at) fni-stl.com>
- Date: Tue, 22 Jul 2008 08:08:06 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- References: <475CF3DC3CE9F9418353F69A1C79D79102024CF59F (at) fmsmail1.fni-desktop.com> <58EF0861D3A1A04182720B3A5231C7C20303755C (at) usplm205.amer.corp.eds.com>,<475CF3DC3CE9F9418353F69A1C79D79102024CF734 (at) fmsmail1.fni-desktop.com> <475CF3DC3CE9F9418353F69A1C79D79102025779A4 (at) fmsmail1.fni-desktop.com> <BFE8BDBA75FE9949B836E36C3FBF334F0409D7C6 (at) EXCH02.purdue.lcl>
- Thread-index: Acjo0uaWVODaaqicSD685XKo67U7LwABngrwAKbKV2AAAn5SjgAem8KAAABaX8A=
- Thread-topic: [hobbit] FILE monitor and mtime<600 troubleshooting
>
> Sorry if this is obvious but have you tried this using just the
> HOST=hostname to make sure it is working?
>
Thanks, I did that and all works well with HOST=hostname. The one thing I couldn't get working is CLASS=classname. Using the CLASS=classname entry makes more sense for file monitoring as the same file in different platforms vary in permissions and location. If I can't make it work with CLASS I'll stick with what works by maintaining multiple HOST entries.
The configs once again are
# hobbit-clients.cfg:
CLASS=hpux11iv1
FILE /etc/sudoers mtime>600
# client-local.cfg:
[hpux11iv1]
file:/etc/sudoers
# bb-hosts
0.0.0.0 hpux_host # CLASS:hpux11iv1
-denver