Xymon Mailing List Archive search

MTIME - File Monitoring

list Michael S. Fisher
Thu, 5 Feb 2009 13:24:29 -0800
Message-Id: <user-b6c09619cfc8@xymon.invalid>

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?