059320610e
Riemann [net-mgmt/riemann] is a streaming event monitoring system designed for monitoring distributed systems in real time. This commit introduces the following gems: - rubygem-riemann-client - rubygem-riemann-dash - rubygem-riemann-rabbitmq - rubygem-riemann-tail - rubygem-riemann-tools Which allows connecting to riemann, to set & query events and the index, to view event status in real-time, whether as a dashboard of events, or as a classic tail in the terminal. An additional comprehensive set of integrations for popular tools such as Varnish, Haproxy, nginx, RabbitMQ, and more, are included in the riemann-tools gem. More information about Riemann in general is at https://riemann.io/ Reviewed by: romain Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17710
6 lines
332 B
Text
6 lines
332 B
Text
Wraps a pretty HTTP console around the Riemann real-time streaming event
|
|
system, enabling dashboards from any web browser. Uses javascripts and
|
|
websockets under the hood, and can be served from any static file HTTP
|
|
server, or via ruby to allow users to edit and save the configuration.
|
|
|
|
WWW: https://github.com/riemann/riemann-dash
|