[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Jun 18 08:19:50 CEST 2013


 AUTHORS               |    3 ++
 README                |    4 ++-
 src/collectd.conf.in  |    2 ++
 src/collectd.conf.pod |   19 +++++++++++--
 src/write_graphite.c  |   74 ++++++++++++++++++++++++++++++++++++++++---------
 5 files changed, 85 insertions(+), 17 deletions(-)

New commits:
commit 514a9990b21a3450f815f346ea6a191531934265
Merge: a4a461b eab40ae
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 18 08:14:59 2013 +0200

    Merge branch 'feature-write_graphite-udp' of git://github.com/jjmaestro/collectd

commit eab40ae770c969d6d6871f9a1356115d93e1f3d6
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Sun Jun 16 19:37:32 2013 +0200

    write_graphite plugin: avoid flooding the log with the protocol error check
    
    Moving the protocol error checking from `wg_callback_init` to `wg_config_node`.
    This avoids flooding the log, as suggested by Florian Forster (@octo).

commit dbf45dbf4eab1d058c49fc3bfb8be3e2cba98234
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Sun Jun 16 18:05:53 2013 +0200

    write_graphite plugin: config should fail on error
    
    This is the preferred way of handling config, as it can be seen in snmp.c. It's
    important to fail on a config error to simplify code in other callbacks.

commit 654c16012a34b19845ed1ac2a926b689ef939023
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Mon Jun 3 19:32:56 2013 +0200

    write_graphite plugin: Adding myself to AUTHORS :)

commit ce6320057752f7fe9c2c4c46fdddd4df077c1ea8
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Mon Jun 3 19:31:48 2013 +0200

    write_graphite plugin: Adding LogSendErrors to docs, README, etc.

commit fa1a863f0803cc5c6fec5ba3adf31a836121295d
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Mon Jun 3 19:24:38 2013 +0200

    write_graphite plugin: Adding LogSendErrors boolean flag
    
    Sometimes we don't want to hog the syslog with errors that are produced
    when the graphite server is down.
    
    Especially for UDP, we want to be able to truly fire-and-forget
    (remember to monitor UDP packet receipt failures though :) and having
    errors written to the syslog is a burden that should be avoided.

commit 0d537d56273b8be19dd87b3ec933de575fa2e558
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Mon Jun 3 19:04:29 2013 +0200

    write_graphite plugin: Adding UDP support to docs, README, etc.

commit 498a0dcd09770815196bdfe3fb2b48c4b2b168d9
Author: J. Javier Maestro <jjmaestro at ieee.org>
Date:   Mon Jun 3 19:03:44 2013 +0200

    write_graphite plugin: Adding TCP/UDP support via config
    
    UDP allows to "fire-and-forget" data while not bringing the servers down
    due to TCP's connection oriented overhead.
    
    The new versions of Graphite support both TCP and UDP streams so it made
    sense to add UDP support.




More information about the collectd-changes mailing list