Re: [users@httpd] Monitoring timestamp rotation files (UNCLASSIFIED)

2014-05-29 Thread eric tse
; Is this what you need? > > CustomLog "|bin/rotatelogs /var/logs/logfile.%Y.%m.%d 86400" common > > Nick > > > -Original Message- > From: eric tse [mailto:hfe...@gmail.com] > Sent: Wednesday, May 28, 2014 11:45 AM > To: users@httpd.apache.org > Subject:

RE: [users@httpd] Monitoring timestamp rotation files (UNCLASSIFIED)

2014-05-28 Thread Folino, Nick E CTR USARMY HRC (US)
ct: [users@httpd] Monitoring timestamp rotation files Hi, I am using apache and configured logs with timestamp. I am facing potential problem in adding these files through add monitor command. I don't know which is effective way I can use to add log files. same time it should not read old file

[users@httpd] Monitoring timestamp rotation files

2014-05-28 Thread eric tse
Hi, I am using apache and configured logs with timestamp. I am facing potential problem in adding these files through add monitor command. I don't know which is effective way I can use to add log files. same time it should not read old files. CustomLog "|bin/rotatelogs /var/logs/logfile 86400" co