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

Florian Forster octo at verplant.org
Wed Jun 17 08:57:30 CEST 2015


 configure.ac                 |   38 ++++++++++++++++++++++++++++++++++----
 contrib/redhat/collectd.spec |    5 +----
 src/barometer.c              |   11 ++---------
 src/ceph.c                   |   15 ++++++++-------
 src/collectd.conf.pod        |    2 +-
 src/daemon/configfile.c      |   20 +++++++++++---------
 src/liboconfig/Makefile.am   |    2 +-
 src/mysql.c                  |    2 +-
 src/write_redis.c            |    3 +++
 9 files changed, 62 insertions(+), 36 deletions(-)

New commits:
commit 4f70f3c70c73e0f4c6c99a9f2962a09ab31a61b7
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 08:38:27 2015 +0200

    ceph plugin: Fix allocation size.

commit 4bb6f36477cf997c81ee5eeda16990cf26e6b04d
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 08:35:22 2015 +0200

    barometer plugin: Fix allocation size.

commit b2e0cf2ea4b094a96e8096c31897bdd98e798282
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Wed May 20 22:06:18 2015 +0200

    Allow empty Plugin blocks.

commit 8d787a83083e1bc705848eebb692e7c899870e83
Author: Marek Becka <marek.becka at superhosting.cz>
Date:   Tue Jun 16 12:38:37 2015 -0400

    use counter type for Innodb_buffer_pool_pages_flushed

commit 65ca69925947aad1307e6ab2bff8501d7c49b249
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Mon Jun 15 18:49:46 2015 +0200

    Fix 64 bit check issue, running the preprocessor does not honour CFLAGS which holds the relevant -m64

commit f664b944f774e4d1e5d5c562eaf0bb207c6a7edf
Merge: 33b6aff ea7a1f4
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 15 21:18:04 2015 +0200

    Merge branch 'collectd-5.4' into collectd-5.5
    
    Conflicts:
    	src/write_redis.c

commit 33b6aff71496fcab04a307d8e9c02259c58bfec1
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 15 16:09:50 2015 +0200

    Revert "contrib/redhat/collectd.spec: added bison and flex"
    
    This reverts commit 38203b1c8d8a8e5e567d7f6783dd8b88a2487070.
    
    A misunderstanding about which tarball to use with the RPM specfile led
    us here. See #1079 for the whole conversation.

commit 550ff5da10244d6e4e97cb0719e133007012d08d
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 15 11:01:42 2015 +0200

    configure: turbostat: check for MSR_PKG_C10_RESIDENCY symbol
    
    Older versions of `asm/msr-index.h` don't have all the symbol needed to
    build the turbostat plugin. Checking for MSR_PKG_C10_RESIDENCY seems to
    guarantee we have a recent enough `asm/msr-index.h`.
    
    Fixes #1075

commit ea7a1f41eb1d32fa881658db871b4006a17cb980
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 15 08:50:04 2015 +0200

    collectd.conf.pod: update libyajl URL
    
    Fixes #1081
    
    Thanks to @msalmonse for pointing this out!

commit b8a525a80874e431e1a076e1b45ab3d221a8a702
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Fri Mar 6 16:11:18 2015 +0100

    Fix a libtool warning
    
    libtool: warning: '-version-info/-version-number' is ignored for
    convenience libraries

commit 7c04f775898bef164b834e036f1698f752b12f74
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 11 16:48:55 2015 +0100

    write_redis plugin: Check the return value of format_values().

commit 1fc8ef7784730f6da37b3648fdeb4772d16cb4a9
Author: brianpkelly (no email) <collectd at verplant.org>
Date:   Thu Jun 11 09:52:22 2015 -0500

    write_redis: Increase parsability by using format_values from common.h

commit 5c416628a579131d57e75f217bfb7845a66fe62f
Author: brianpkelly (no email) <collectd at verplant.org>
Date:   Tue Jun 9 13:52:54 2015 -0500

    write_redis: Increase parsability of multi-valued keys by insterting delimiting characters

commit a621ced2e9c74c596f7b24d7e49c6e828f59fd39
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 11 16:32:07 2015 +0100

    configure.ac: Move all checks for "struct ip6_ext" into one place.
    
    Fixes: #348

commit 619cdcd8fb748ee06056fa4ef63dac7f24c7db1f
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu Jun 11 11:26:23 2015 +0200

    Automatically add -DSOLARIS2=8 if required for ip6_ext
    
    Fixes: #348




More information about the collectd-changes mailing list