<div dir="ltr">Xymon version: - Xymon 4.3.10<br>OS: - Ubuntu 12.04 LTS<br><br><font color="silver" face="Arial, Helvetica" size="-2"><b></b></font>I am using the below entry but it is not converting the date command to the value.<br>

<div><br>[server-name]<br>log:/mnt/logs/access.`date +%Y-%m-%d`.log:10240<br>ignore INFO<br>trigger SEVERE<br><br></div><div>I tried many things but no luck, on the log page I see the date command as it is instead of the actual date value.: - <br>

<br>log:`/mnt/logs/access.`date +%Y-%m-%d`.log`:10240<br>log:$(/mnt/logs/access.`date +%Y-%m-%d`.log):10240<br>log:$(echo /mnt/logs/access.`date +%Y-%m-%d`.log):10240<br>log:/mnt/logs/access.$(date +%Y-%m-%d).log:10240<br>

</div></div>