Best tools for "ssh tail -f" style log file monitoring and analysis
- by dougnukem
I'm looking for a tool to monitor custom PHP Error logs/Apache and possibly Java logs on remote development servers.
I'm not looking for a full production log system like Splunk, but something that's a little more flexible than an ssh terminal doing a "tail -f".
Perhaps something that will:
* Monitor multiple log files to my local machine for searching/analysis later
* Allow "alerts" when certain strings appear in the log
* Provide some kind of tabbed/dashboard view of the multiple logs being monitored (in total less than 10 logs).