<div dir="ltr">Hi, I have an issue with FILE monitoring. I can't seem to get it to alert correctly if the file exists. <div><br></div><div>This is the relevant line from my client-local.cfg, </div><div><br></div><div>file:`ls -l /applogs/mdmpim/dump/*.txt 2>/dev/null`<br></div><div><br></div><div>and this is the relevant line from my analysis.cfg,</div><div><br></div><div>FILE "%/applogs/mdmpim/dump/*.txt" NOEXIST yellow<br></div><div><br></div><div>I've also tried,</div><div><br></div><div>FILE "%/applogs/mdmpim/dump/*.txt" yellow NOEXIST, </div><div><br></div><div>FILE "%/applogs/mdmpim/dump/*.txt" yellow noexist</div><div><br></div><div>and </div><div><br></div><div>FILE "%/applogs/mdmpim/dump/*.txt" yellow<br></div><div><br></div><div>None of them actually flag yellow!</div><div><br></div><div>All I get is </div><div><br></div><div><div>Files status at Wed Feb 3 11:57:36 GMT 2016</div><div><br></div><div>green -rw-rw-r-- 1 pimwas pimwas 254632 Jan 22 10:01 /applogs/mdmpim/dump/javacore.20160122.100109.30318.0006.txt</div></div><div><br></div><div>So it looks like it's recognising that the file is there but the colour change isn't happening.</div></div>