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

Florian Forster octo at verplant.org
Sat Oct 29 22:07:38 CEST 2016


 configure.ac                 |   15 ++++++++++-
 contrib/redhat/collectd.spec |    9 ++++---
 src/collectd-snmp.pod        |    6 ++---
 src/collectd.conf.pod        |   20 +++++++--------
 src/daemon/Makefile.am       |    3 +++
 src/daemon/common.c          |   57 +++++++++++++-----------------------------
 src/lua.c                    |    2 +-
 src/tail_csv.c               |    2 +-
 src/write_http.c             |    2 +-
 src/write_kafka.c            |   26 +++++++++++++------
 src/write_redis.c            |    2 +-
 11 files changed, 77 insertions(+), 67 deletions(-)

New commits:
commit 58acba67f2a814698e7ebef1c00ec35fa21ef740
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 28 15:04:11 2016 +0200

    src/daemon/common.c: Rewrite check_capability() using cap_get_bound().
    
    capget(2) is Linux specific and the use of the raw syscalls is
    discouraged. Also, there have been interesting crashes on some systems.
    
    Issue: #2009

commit 893f08e3e00a142fc7f0670c7992ff72b54f30fb
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 28 07:17:17 2016 +0200

    write_kafka plugin: Reintroduce the "Key Random" setting.
    
    Fixes: #1977

commit 1cc8a409058863e20747513d057d5ac471fe1382
Merge: 5e4f2ae a92b550
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Oct 26 19:31:01 2016 +0200

    Merge pull request #2005 from rpv-tomsk/issue-1996
    
    write_http: Fixed DS type check

commit a92b550961ed60b55f391ff073fbe005ba3c1f53
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Oct 26 23:27:36 2016 +0600

    write_http: Fixed DS type check
      Closes: #1996

commit 5e4f2ae61dc39938c4df857854724ba1d36f3232
Author: Thomas Deutschmann <whissi at gentoo.org>
Date:   Tue Oct 11 16:16:23 2016 +0200

    common.c: Use _LINUX_CAPABILITY_VERSION_3 in cap_header
    
    While check_capability() function already requires
    _LINUX_CAPABILITY_VERSION_3 via "#ifdef" since commit 448627953c we still
    set the cap_header's version to deprecated _LINUX_CAPABILITY_VERSION. This
    results in a warning like
    
     > capability: warning: `collectd' uses 32-bit capabilities (legacy support in use)
    
    from the kernel when a plugin (like iptables) calls our check_capability()
    function.
    
    With this commit we will set cap_header to kernel's current capability
    version (_LINUX_CAPABILITY_VERSION_3), which is default since
    kernel 2.6.26.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 9c962b99a3acd77f1d6e2499052b47356819511a
Merge: a349e06 dd09c93
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Oct 10 20:58:19 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit a349e06f0c4e2c853eced8a2621f52ee712b6e0c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Oct 10 20:50:00 2016 +0200

    fix one typo spotted by Debian's lintian tool

commit dd09c9364998ad6ef681b70f45f7a9734808cf96
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Oct 10 20:55:56 2016 +0200

    fix a couple of typos spotted by Debian's lintian tool

commit 5a5ebb90e5f46b723eb4ceb39511cafc2dc25002
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Oct 10 20:47:30 2016 +0200

    collectd.spec: increment changelog to mention 5.6.1

commit 4461e8978b928b4b4f78e1620c6f85135e2544cc
Author: Victor Demonchy <v.demonchy at criteo.com>
Date:   Mon Oct 10 15:28:22 2016 +0200

    Bump version number in redhat spec

commit 3933d0a0e2a8887b40c77ac0a92c1cac79f9b4a1
Merge: f8232cf df51d49
Author: Florian Forster <octo at collectd.org>
Date:   Sat Oct 8 07:48:15 2016 +0200

    Merge remote-tracking branch 'github/pr/1958' into collectd-5.5

commit df51d4962c03fd646bb6e8be0d41d6e15ee0cad4
Author: Chao Yang <cyang244 at bloomberg.net>
Date:   Fri Sep 23 10:48:53 2016 -0400

    commom: Fixed AIX doesn't have MSG_DONTWAIT




More information about the collectd-changes mailing list