Bookmark and Share

lire - fun generating syslog reports

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