[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Aug 23 09:47:09 CEST 2012
AUTHORS | 3 +
src/Makefile.am | 4 +-
src/amqp.c | 46 ++++++++-
src/collectd.conf.pod | 25 +++++
src/utils_format_graphite.c | 227 +++++++++++++++++++++++++++++++++++++++++++
src/utils_format_graphite.h | 33 +++++++
src/utils_format_json.c | 8 +-
src/write_graphite.c | 223 ++++--------------------------------------
8 files changed, 357 insertions(+), 212 deletions(-)
New commits:
commit 60132b6986409b6b32dde133c99975e50b1d624c
Author: Florian Forster <octo at collectd.org>
Date: Thu Aug 23 09:45:57 2012 +0200
src/utils_format_json.c: Remove unused arguments.
commit dc0f3ae169e8d5c6af7e0d94f15982b1ce97b8b0
Author: Florian Forster <octo at collectd.org>
Date: Thu Aug 23 09:44:02 2012 +0200
write_graphite: Use the broken out "format_graphite" module.
This was broken out for use in the AMQP plugin. De-duplicate the code by
using it from write_graphite as well.
commit d8dd9e6d7c1d2be550fc2d79bc917a0c6beebce2
Author: Florian Forster <octo at collectd.org>
Date: Thu Aug 23 09:03:35 2012 +0200
AUTHORS: Add Thomas Meson.
Add Florian Forster to the list of copyright holders and authors of
utils_format_graphite.c, since its based on his code.
commit 2320afb2d74ee94e24442c669a19dae3f8fa9858
Author: Thomas Meson <zllak at hycik.org>
Date: Sat Aug 11 00:11:54 2012 +0200
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 at collectd.org>
More information about the collectd-changes
mailing list