I think I'd just use a really short local ext script, along the lines of
if ((file exists) and (mtime >15)) then red else green
On Sat, Dec 14, 2013 at 7:50 PM, Galen Johnson <user-fc632e705d24@xymon.invalid> wrote:
Well, this sucks. Since I'm monitoring a tmp file, it only needs to
trigger if the file is older than 15 minutes. However, if I use noexist,
is squawks if it exists, if I don't it squawks when it doesn't. Ultimately,
I don't care if it is there or not, only that it isn't older than 15
minutes if it does exist. I'm stumped...maybe setting delayred to 20???
Anyone else ever had to solve this?