lire - fun generating syslog reports
Posted by Sharar Ravitz in Linux, Lire, System Log Reports on Monday, October 6, 2008
lire is a groovy little tool for generating html or text reports from syslogs. Debian users can: apt-get install lire
to list log types lire handles:
lr_log2report --help dlf-converters
generate a html report from apache logs:
lr_log2report --output html combined /var/log/apache2/access.log apache_report
generate a txt report from apache logs:
lr_log2report combined /var/log/apache2/access.log apache_report.txt
generate a html syslog report:
lr_log2report --output html syslog /var/log/syslog syslog_report
This entry was posted on Monday, October 6, 2008 at 2:29 AM and is filed under Linux, Lire, System Log Reports. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
Post a Comment