riemann-client

C client library for sending events to Riemann monitoring system

brewmacoslinux
Try with needOr install directly
Source

About

C client library for the Riemann monitoring system

Commands

riemann-client

Examples

Send a simple event to Riemann server$ riemann-client send -h localhost -p 5555 -s "service" -S "ok" -m "Application is running"
Send event with metric value to Riemann$ riemann-client send -h localhost -p 5555 -s "cpu.usage" -m 45.2 -S "ok"
Query events from Riemann server$ riemann-client query -h localhost -p 5555 'service =* "cpu"'