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

Florian Forster octo at verplant.org
Wed Nov 2 09:19:22 CET 2016


 configure.ac                |   10 +++++-----
 src/battery.c               |    2 +-
 src/collectd-snmp.pod       |    6 +++---
 src/collectd.conf.pod       |   20 ++++++++++----------
 src/daemon/common.c         |    5 +++++
 src/powerdns.c              |    2 +-
 src/tail_csv.c              |    2 +-
 src/utils_format_graphite.c |    1 +
 src/write_redis.c           |    2 +-
 9 files changed, 28 insertions(+), 22 deletions(-)

New commits:
commit 55ef2778ade050e2924eeb027c98feea103f1585
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Nov 1 11:54:26 2016 +0100

    configure.ac: make finding java deterministic
    
    The sort order of the `find` command proves to be dependent on external
    factors, which makes `./configure` pick different java versions on
    different systems, making the whole build non-reproducible (see
    https://reproducible-builds.org/ for more details).
    
    Adding a call to `sort`, with the locale forced, fixes this issue.
    
    Fixes: #1523

commit 055898ea05802d622208597a974a432687057884
Author: Florian Forster <octo at collectd.org>
Date:   Sun Oct 30 21:42:49 2016 +0100

    battery plugin: Fix type in a warning.

commit 169f4b5d950a37fa1585f19118aeb0b9abd8a317
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Oct 10 16:44:40 2016 +0200

    powerdns plugin: fix parsing of last key
    
    I found this in my logs:
    
    collectd[4678]: powerdns plugin: submit: Not found in lookup table: questions#012 = 98797645;
    
    The octal #012 is '\n'. Add a space before the newline so the default
    command is split into keys correctly.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit dcd0b4f3121d903070282ee013b2de939bc0fa49
Author: Markus Linnala <Markus.Linnala at cybercom.com>
Date:   Tue Oct 11 18:07:25 2016 +0300

    utils_format_graphite: terminate buffer with \0
    
    Signed-off-by: Florian Forster <octo at collectd.org>

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 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