[Xymon] (no subject)

Jeremy Laidman jlaidman at rebel-it.com.au
Fri Mar 14 23:38:06 CET 2014


On 10 March 2014 09:38, Colin Coe <colin.coe at gmail.com> wrote:

> file:`ls -ltr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1`
>

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:

file:`ls -tr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1`

J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20140315/904b55f3/attachment.html>


More information about the Xymon mailing list