amqp plugin: add support for Graphite output
authorThomas Meson <zllak@hycik.org>
Fri, 10 Aug 2012 22:11:54 +0000 (00:11 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 23 Aug 2012 07:46:24 +0000 (09:46 +0200)
commit2320afb2d74ee94e24442c669a19dae3f8fa9858
tree059b921a85d8b20357ddc7581545b78293f2a4fb
parent5e586437f8ed210d7d0e9b9316376773c457adfc
amqp plugin: add support for Graphite output

This commit implements "Graphite format" for AMQP Plugin.
The AMQP plugin will be able to directly output a valid
Graphite metric format (<metric name> <value> <timestamp>\n).
This is very useful when the Graphite server is directly reading
from an AMQP broker. You can then avoid having a proxy somewhere
doing the conversion between PUTVAL or JSON metrics into Graphite
format.

Signed-off-by: Florian Forster <octo@collectd.org>
src/Makefile.am
src/amqp.c
src/collectd.conf.pod
src/utils_format_graphite.c [new file with mode: 0644]
src/utils_format_graphite.h [new file with mode: 0644]