[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.6'
Florian Forster
octo at verplant.org
Wed Nov 2 09:33:28 CET 2016
configure.ac | 10 +++++-----
src/battery.c | 2 +-
src/powerdns.c | 2 +-
src/utils_format_graphite.c | 1 +
4 files changed, 8 insertions(+), 7 deletions(-)
New commits:
commit 4979d8dcd6f097eb8fd4661086e28accd31ff905
Merge: d2b9c4b 55ef277
Author: Florian Forster <octo at collectd.org>
Date: Wed Nov 2 09:20:57 2016 +0100
Merge branch 'collectd-5.5' into collectd-5.6
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>
More information about the collectd-changes
mailing list