
Papertrail
Hosted log management for servers, apps, and cloud services. Papertrail aggregates syslog, Text log files, Apache, MySQL, cloud hosting, Ruby on Rails, Windows events, Tomcat, Heroku apps, and routers & firewalls.
Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Log messages are tagged with stream, node, and log level...
harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. log messages are tagged with stream, node, and log level information based on user configuration.
log.io has no persistence layer. harvesters are informed of file changes via inotify, and log messages hop from harvester to server to web client via tcp and socket.io, respectively.
log.io uses a stateless tcp api to receive log messages.
writing a third party harvester is easy. open a tcp connection to the server and begin writing properly formatted messages to the socket.
monitoring monitoring-software logging server-monitoring log-file-management logs log-manager