joemiller / collectd-graphite

collectd plugin for sending data to graphite
http://joemiller.me
131 stars 14 forks source link

sending data to multiple servers #7

Open jimmyattime opened 13 years ago

jimmyattime commented 13 years ago

Can you send collectd data to multiple servers using your plugin? If so, what's the syntax?

joemiller commented 13 years ago

This is not currently supported. It's a good idea though, and I would review any patches you submit.

JensRantil commented 12 years ago

However, you could always set up graphite to use federated storage http://graphite.wikidot.com/federated-storage and letting collectd-graphite connect to the proxy, right?

joemiller commented 12 years ago

Yes, it sounds like carbon-relay could accomplish this

nrsekhar commented 8 years ago

I achieved it for my influx db through graphite plugin,

in collectd.conf enabled write_graphite and kept multiple nodes `

Host "10.0.3.143" Port "2003" Protocol "tcp" LogSendErrors true StoreRates true AlwaysAppendDS false EscapeCharacter "_" Host "10.0.3.134" Port "2003" Protocol "tcp" LogSendErrors true StoreRates true AlwaysAppendDS false EscapeCharacter "_"

` {Make sure Node name is different}