[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] MTIME - File Monitoring
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] MTIME - File Monitoring
- From: MFisher (at) hra.com
- Date: Thu, 5 Feb 2009 13:24:29 -0800
So Ive solved my own problem...
For some reason, the order in whchi you specify tags in the
hobbit-client.cfg matters....
My original line was as follows:
FILE /etc/passwd TYPE=file OWNER=0 GROUP=0 MODE=644 MTIME>360 red
The one that works is
FILE /etc/passwd TYPE=file MODE=644 MTIME>360 OWNER=0 GROUP=0 red
The only change was putting the OWNER and GROUP attributes at the
end...once there it worked like a charm..
Can anybody explain this?