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

Florian Forster octo at verplant.org
Sun Jan 26 08:02:50 CET 2014


 configure.ac         |   35 +++++++++++++++++++++++++++++++++
 src/amqp.c           |   52 +++++++++++++++++++++++++++++++++++++++++++++++---
 src/apache.c         |    9 +++++++++
 src/collectd.conf.in |    2 +-
 src/network.c        |    9 ++++++++-
 5 files changed, 102 insertions(+), 5 deletions(-)

New commits:
commit 19a89bf824f1a984fbdbd42a68ce113faadb04ea
Merge: 62b6bde 7a76219
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Jan 23 14:19:20 2014 +0100

    Merge branch 'collectd-5.3' into collectd-5.4

commit 7a762196fa7a4024c19ceac9b0c6918a5d8f62d5
Merge: d2e9e78 793c204
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Jan 23 14:18:08 2014 +0100

    Merge remote-tracking branch 'origin/collectd-4.10' into collectd-5.3

commit d2e9e78adec531d4c90460c9a39ccf6ed388cd69
Merge: affac33 1c04baf
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Jan 23 14:17:25 2014 +0100

    Merge remote-tracking branch 'origin/pr/490' into collectd-5.3

commit 1c04bafe27990a337df6b9a8582669fe110eb2ae
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jan 22 13:34:30 2014 +0100

    configure: Fixed linker options when checking for amqp_tcp_socket_new.
    
    This fixes the check when using GCC's --as-needed which fails when options are
    not specified in the right order. Libraries (-l options) have to be specified
    after any source files. autoconf does the right thing when using $LIBS for
    that case rather than $LDFLAGS.

commit 65ce17c396d1421807429f153d8d5302ad5d2a92
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jan 22 13:29:53 2014 +0100

    amqp plugin: Don't use C++ style comments.

commit 45c3dab26b4de8e49c301afa52d7c9e4f2b1500b
Merge: 3496d68 8d2726b
Author: Sebastian Harl <tokkee at debian.org>
Date:   Wed Jan 22 04:27:30 2014 -0800

    Merge pull request #2 from mfournier/amqp-symbol_lookup
    
    amqp: fix symbol lookup error with librabbitmq >= 0.4.0

commit 8d2726baaa71d65bc70e76adeb2aa33bcd4f1421
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Jan 21 10:24:53 2014 +0100

    amqp: fix symbol lookup error with librabbitmq >= 0.4.0
    
    amqp_socket_close() which we were using isn't exported anymore.
    See https://github.com/alanxz/rabbitmq-c/commit/bdda7ab
    
    amqp_destroy_connection() implicitly closes the socket, so we don't need
    to bother about this if using librabbitmq >= 0.4.0
    
    credits to @tokkee for figuring that out !

commit 793c2046de1ac04689d541a5e83513fe8e62578c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Jan 16 00:30:42 2014 +0100

    network: comment libgcrypt initalization process

commit 5f2f969335757f31f42cd8bb7e38eb8c5fe5e56e
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 15 23:47:33 2014 +0100

    apache plugin: Call curl_global_init() from the init function.
    
    This is a shot in the dark in trying to address #513. By calling this
    from an init() callback, I hope to be initializing the curl and gcrypt
    libraries before collectd becomes multi-threaded, avoiding the problems
    described in the issue.

commit ddffda7a150cd3abdb6ec392b514a250e91e0c19
Author: Chris Lundquist <chris.lundquist at github.com>
Date:   Tue Jan 14 18:33:13 2014 -0800

    [network] set_thread_cbs so we initialize the right threading mode in gcry_check_version
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 62b6bdead97c3e966eb4ebb55dcbea6d2010a691
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jan 13 17:56:48 2014 +0100

    fix cgroups plugin name in example config

commit 3496d684b96cb1bb87f67dfc7f2c7035042878f8
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jan 13 15:46:43 2014 +0100

    amqp plugin: Fixed compilation when using rabbitmq-c < 0.4.
    
    Thanks to Marc Fournier for noticing!

commit 1a477ecb462094ad9e13320a9234716ead038b9c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Nov 23 15:54:26 2013 +0100

    amqp plugin: Added support for rabbitmq-c 0.4.x.
    
    Upstream introduced a new socket interface and deprecated the old one. This
    leads to compiler errors when using GCC and -Werror.




More information about the collectd-changes mailing list