well I've got now a plenty of tools to evaluate. Thanks to all of you
2005/6/30, Rich Bowen <[EMAIL PROTECTED]>: > Henri Gomez wrote: > > Hi to all, > > > > Did you know a tools on Unix/Linux system, which should be able to > > monitor in real-time the error_log of Apache2 servers and for example, > > send email/syslog message when a [error] string is detected ? > > > > Regards and thanks for your help > > Actually the Apache error log supports logging directly to syslog. In > the ErrorLog directive, say 'syslog' or 'syslog local7' or something > like that, rather than the location of your log file, and then set > LogLevel to 'error'. That should do exactly what you ask for. > > --Rich >