I just use a simple perl script that turns all my logs into webpages every ten minutes. Nothing fancy, but it makes it easy for me to look at my logs. Sure I could check out your log util. ------------------weblog-script---------------------- #!/bin/sh # /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/log/authlog > /var/www/htdocs/authlog.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/log/daemon > /var/www/htdocs/daemon.html /usr/bin/last > /var/www/htdocs/lastlog.html /usr/bin/perl -i.orig -p -e 's/\n/
\n/' /var/www/htdocs/lastlog.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/log/maillog > /var/www/htdocs/maillog.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/log/messages > /var/www/htdocs/messages.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/log/ipflog > /var/www/htdocs/ipflog.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/www/access_log > /var/www/htdocs/access_log.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/www/error_log > /var/www/htdocs/error_log.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/www/ssl_engine_log > /var/www/htdocs/ssl_engine_log.html /usr/bin/perl -e 'for(reverse<>){s/\n/
\n/;print;}' /var/www/ssl_request_log > /var/www/htdocs/ssl_request_log.html /bin/chmod 644 /var/www/htdocs/*.html ------------------------------------------------------ Dusty --------------------------------------------------- > Hey Dusty, > > What log monitoring software do you run? Do you use something like > logcheck? I wrote a similar program called luser that I'm currently testing > on several of my systems. Would you like to test it? > > It is very poorly coded in an ugly emalgimation of Java, bash and Unix > tools, but it works, and gives more useful reports than logcheck. > > Warren > > > > --- > You are currently subscribed to luau as: dusty@sandust.com > To unsubscribe send a blank email to $subst('Email.Unsub') So I asked my accountant, do I get an agriculture exemption for my server farm?