On 11/21/05, <b class="gmail_sendername">Metal Gear</b> &lt;<a href="mailto:finattack@gmail.com">finattack@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
what i tried to do is to provide a custom path to newlogcheck.sh on<br>runtime to process the logs, but this is not working for me.<br><br>Then the syntax would be,<br>./newlogcheck.sh /var/log/hosts/robot/day.month.year/messages
<br><br>is there a possiblity to run newlogcheck with above mentioned conditions.</blockquote><div><br>
Sure, something like:<br>
<br>
/patch/to/newlogcheck.sh /var/log/hosts/robot/`date '+%d%m20%y'`/messages<br>
<br>
</div>Most people still keep logs someplace like /var/log/messages so
that things like logcheck and just some random person wanting to check
for errors can still find the logs, then just rotate/delete them every
day and store the /var/log/HOSTS stuff according to some longer
retention policy. Seems easier in the long run.<br><div><br>
&nbsp;</div><br></div><br>