File check question
list Galen Johnson
Fri, 13 Dec 2013 17:10:57 -0500
Message-Id: <user-632bb4fd9de7@xymon.invalid>
Hey,
I have a question about file tests. The man pages say
FILE filename [color] [things to check] [TRACK]
I have a test defined as
FILE /tmp/ldap2pw.lck red NOEXIST MTIME>900
How does the "[things to check]" actually parse? Is it an "and" or an
"or"? In other words, would that read "the file exists AND hasn't been
modified for more than 15 minutes" or "the file exists OR hasn't been
modified for more than 15 minutes". I'm assuming "and"...actually I
need it to be "and" in this case. Or do I have to explicitly say
something like "NOEXIST and MTIME>900"? I can't find anything about that.
thx
=G=