-
-
1 Like
CloudMonix
Azure and AWS cloud monitoring and automation service built with MSPs, CSPs and DevOps in mind.
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