Re: error log analyzer/reporter

2007-11-14 Thread Perrin Harkins
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

Re: error log analyzer/reporter

2007-11-14 Thread E R
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

Re: error log analyzer/reporter

2007-11-14 Thread John ORourke
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

error log analyzer/reporter

2007-11-14 Thread Jonathan Swartz
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