[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] MTIME - File Monitoring



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?