<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 10 March 2014 09:38, Colin Coe <span dir="ltr"><<a href="mailto:colin.coe@gmail.com" target="_blank">colin.coe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div id=":3m8" class="" style="overflow:hidden">file:`ls -ltr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1`<br></div></blockquote></div><br>Xymon requires that the filename is produced by the backticks.  You're having it produce more than the filename because you have the "-l" switch for the "ls" command.  Try:</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">file:`ls -tr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1`<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">J</div><div class="gmail_extra">

<br></div></div>