Hacker News new | ask | show | jobs
by aphyr 4917 days ago
There are protobuf bindings for many languages, though I hear node.js was a bit of a pain. Check the clients page and see if the language you need is there; I can help you build one if not.

For pulling from other tools, I usually write a little daemon to poll and relay the data. See riemann-tools for a collection of existing tools to do just that; and you can require it as a library to write your own in just a few lines of ruby.

Forwarding between servers is built in; it's easy to aggregate events in hierachies for large-scale analysis.

1 comments

awesome, thanks for replying :)