How to run Logrep modules directly (logrep-light) ?
Sometimes you already have a logfile available for further analysis. In that case, you can start logrep modules directly to generate web reports.
module-xxxxx.pl [-v] -l logfile -w web-directory
where
-v produces progress messages (optional)
-l logfile specifies the logfile you want to produce logrep reports for
-w web directory where logrep html reports will be produced (must exist!)
Examples
module-firewall1.pl -l fwlog.log -w webfw
runs logrep reporting module for Firewall-1 logs on the logfile fwlog.log and generates logrep reports in the webfw directory.