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

Florian Forster octo at verplant.org
Wed May 7 22:57:40 CEST 2014


 contrib/collection3/etc/collection.conf |   10 +--
 src/collectd-unixsock.pod               |    1 +
 src/pyvalues.c                          |    2 +-
 src/utils_cmd_putnotif.c                |    2 +-
 src/utils_format_graphite.c             |   16 ++++-
 src/write_riemann.c                     |  105 ++++++++++++++++++++++++++-----
 6 files changed, 114 insertions(+), 22 deletions(-)

New commits:
commit 067a28c5312fdb5ca10c706feef769afc7d1cab7
Author: txaj <txaj at ovh.fr>
Date:   Mon Apr 28 11:28:41 2014 -0500

    Add DeleteSocket option in synopsis of manpage
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 109cc80a5f4ee63ffbababe8e5e9edc1e3f3fc15
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Apr 2 00:22:34 2014 +0200

    add brackets to the list of characters graphite chokes on

commit fd4bdc17fc1560ed0775e54d01f564345ecea92e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Fri Jan 24 16:49:22 2014 +0100

    Graphite deals poorly with metric names containing quotes.
    
    Sanitize graphite metrics with our own escaping function,
    better suited for this use-case than the one in `utils_parse_option`

commit 43fcfd6a48b506b03114dd9637caf8fc211b47db
Author: Adrian Miron <adrian.miron.v2 at gmail.com>
Date:   Sat Mar 8 18:56:11 2014 +0200

    fix for #477: Notification time gone wrong
    
    Sub-second time handling was added in collectd 5.0.0. This adds support
    for this to the target_notification plugin, which got missed out at the
    time.

commit 2d118ccc9dc78524b4b436dc14906ff433eefb42
Author: Joel Uckelman <uckelman at nomic.net>
Date:   Tue Mar 4 12:07:04 2014 +0100

    Updated Color to match DataSources and DSName for single-series graphs.

commit d571f4645593c16a26a98aa635b1952286089266
Author: Justin Burnham <jburnham at mediatemple.net>
Date:   Wed Mar 5 22:36:21 2014 -0800

    Fix missed change from int to double for interval

commit e5d3760160c8fdadc81115e4f81dbb91569a8e7d
Author: John-John Tedro <udoprog at spotify.com>
Date:   Tue Sep 17 15:40:13 2013 +0200

    write_riemann plugin: Receive acknowledge message when using TCP.
    
    Not receiving an acknowledge message when communicating with riemann over TCP
    will cause the riemann instance to eventually hang for extended periods of time
    because of resource exhaustion.
    
    Took the time to reaorganize the riemann_send function to simplify locking.




More information about the collectd-changes mailing list