On Nov 14, 2007 1:17 PM, Jonathan Swartz <[EMAIL PROTECTED]> wrote:
> We want to periodically analyze our apache error logs, and send out
> email reports with summaries of new errors that have occurred since
> the last report. Ideally, similar errors would be combined into
> groups, and reported in
I have a need to develop such an error-log analyzer but with real-time
analysis. The approach I am currently considering is to implement it
as a specialized web server so it can asynchronously process the log
messages and respond to requests for gathered statistics. I'd like to
write it all in perl
Jonathan Swartz wrote:
We want to periodically analyze our apache error logs, and send out
email reports with
TIA for any pointers!
Seconded, that'd be truly useful. I'm currently working out how best to
do a weekly 'sweep' for recurring or unusual errors in the logs - things
that may not a
We want to periodically analyze our apache error logs, and send out
email reports with summaries of new errors that have occurred since
the last report. Ideally, similar errors would be combined into
groups, and reported in order of frequency.
This seems like a common task (something I've w