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
9 lines
428 B
Text
9 lines
428 B
Text
Submit custom events and query aggregated events across all your
|
|
infrastructure, using Riemann, a powerful real-time event stream
|
|
processor for monitoring all your distributed systems.
|
|
|
|
Only plain UDP and TCP connections are provided, TLS is not available.
|
|
Thus, either use a TLS proxy (haproxy or nginx), or a tool such as
|
|
spiped, to add encryption to your Riemann servers.
|
|
|
|
WWW: https://github.com/riemann/riemann-ruby-client
|