brutasse / graphite-cyanite

A plugin for using graphite-web with the cassandra-based Cyanite storage backend.
BSD 3-Clause "New" or "Revised" License
85 stars 21 forks source link

Configuration example for riemann #3

Closed hanynowsky closed 10 years ago

hanynowsky commented 10 years ago

Hello, Could you please paste an example of a configuration file for riemann? We need to send data from our riemann instance to the cyanite instance.

Thanks in advance

brutasse commented 10 years ago

You can simply use riemann's built-in graphite support. See "Forward to Graphite" in http://riemann.io/howto.html

On Fri, Aug 22, 2014 at 11:40 AM, Hanynowsky notifications@github.com wrote:

Hello, Could you please paste an example of a configuration file for riemann? We need to send data from our riemann instance to the cyanite instance.

Thanks in advance

— Reply to this email directly or view it on GitHub https://github.com/brutasse/graphite-cyanite/issues/3.

hanynowsky commented 10 years ago

Thanks for the quick reply Brutasse! We don't have a classic graphite instance running, but we're using cyanite as a backend. Thus, using the built-in basic configuration as explained in the official riemann doc, would do the job? Cool. We're going to try!

brutasse commented 10 years ago

Yes, it should do the job. Cyanite implements the same protocol as carbon's plaintext protocol. I use collectd's graphite plugin to talk to cyanite and it works perfectly.