C client library for sending events to Riemann monitoring system
C client library for the Riemann monitoring system
riemann-client$ riemann-client send -h localhost -p 5555 -s "service" -S "ok" -m "Application is running"$ riemann-client send -h localhost -p 5555 -s "cpu.usage" -m 45.2 -S "ok"$ riemann-client query -h localhost -p 5555 'service =* "cpu"'