write_graphite plugin: Change <Carbon> blocks to <Node> blocks.
authorFlorian Forster <octo@collectd.org>
Tue, 29 Jan 2013 09:22:41 +0000 (10:22 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 29 Jan 2013 09:22:41 +0000 (10:22 +0100)
commitc257598b7e1726349561aa3c3bf10177ac9db883
treeb753d5ef3734b31a6b7dcc660ca72a05ecba58bf
parentcb1de9491fd5fb20eeec551487edf85e97b17579
write_graphite plugin: Change <Carbon> blocks to <Node> blocks.

Many other write plugins, e.g. write_{mongodb,redis,riemann} use the
<Node "name"> syntax. This adds code to handle this syntax as well.

While the documentation doesn't mention it, the old <Carbon> syntax
(without a name) is still supported for backwards compatibility.
src/collectd.conf.in
src/collectd.conf.pod
src/write_graphite.c