Live data from Hacker News

Ask HN: How do you monitor server logs

news.ycombinator.com

1–5 of 5 posts

Ask HN: How do you monitor server logs

#1
How do you do it ? For example, if you have apache running on Ubuntu, you can go into command line and do a grep or even tail -f /var/log/apache2/access.log

What simple tools/services are out there to monitor stuff like this ? Realtime is an added-bonus.