
Nagios Log Server
Nagios Log Server is a powerful enterprise-class log monitoring and management application that allows organizations to quickly and easily view, sort, and configure logs from any source on any given network.
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