[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Nov 2 09:38:30 CET 2016
configure.ac | 25 +++++++++++++++-----
src/battery.c | 2 +-
src/collectd.conf.in | 2 ++
src/collectd.conf.pod | 50 +++++++++++++++++++++++++++++++++++++++
src/daemon/Makefile.am | 3 +++
src/daemon/common.c | 52 +++++++++++------------------------------
src/daemon/utils_match.c | 7 ++++--
src/daemon/utils_match.h | 1 +
src/daemon/utils_tail_match.c | 7 +-----
src/openvpn.c | 7 ++++--
src/powerdns.c | 2 +-
src/tail.c | 2 ++
src/utils_format_graphite.c | 1 +
src/virt.c | 49 +++++++++++++++++++++++++++++++++-----
src/write_kafka.c | 26 +++++++++++++++------
src/zfs_arc.c | 1 -
16 files changed, 166 insertions(+), 71 deletions(-)
New commits:
commit c442c66d9e98852f1b8eaa1b816d6ee7f84d0342
Merge: 7aa46a8 4979d8d
Author: Florian Forster <octo at collectd.org>
Date: Wed Nov 2 09:36:48 2016 +0100
Merge branch 'collectd-5.6'
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 7aa46a8e912feef20c2bb1e614f2d4e4e1639493
Author: Florian Forster <octo at collectd.org>
Date: Wed Nov 2 09:04:00 2016 +0100
src/daemon/utils_tail_match.c: Use match_value_reset().
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 65f84d32f19881b960488059ae194b47cd67430e
Author: Florian Forster <octo at collectd.org>
Date: Tue Nov 1 07:58:57 2016 +0100
src/daemon/utils_match.c: Add GAUGE_PERSIST logic to default_callback().
commit d7ad0d6a5533eacd589a1293f19905d8eeabbf39
Author: Florian Forster <octo at collectd.org>
Date: Mon Oct 31 16:57:40 2016 +0100
src/daemon/utils_match.c: Improve readability of reset logic.
commit d425636110c5fb146d1f6205e2749218f3c31076
Author: Florian Forster <octo at collectd.org>
Date: Mon Oct 31 16:53:43 2016 +0100
collectd.conf(5): Fix typos.
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 b42b7eaaaa3d2b375dc17b52f8858c0ebe2f5f40
Author: Florian Forster <octo at collectd.org>
Date: Sun Oct 30 21:40:04 2016 +0100
tail plugin: Implement the "GaugePersist" type.
commit d2b9c4b3bc02ebe5fac8b1f29013c542c16a620a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sun Oct 30 11:58:51 2016 +0100
zfs_arc: remove double metric
I accidentally added prefetch_metadata_misses in 61635f3 but we
already had that metric.
Fixes #1963
commit 58ea9b453b831ce4436f0fbba68edb92cfa8389d
Merge: 58acba6 b7e942f
Author: Florian Forster <octo at collectd.org>
Date: Sat Oct 29 22:08:32 2016 +0200
Merge remote-tracking branch 'github/pr/2012' into collectd-5.6
commit b7e942f07f8cc3b4915aa95477aead8b5a372879
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sat Oct 29 18:25:15 2016 +0600
openvpn: Fixed openvpn_read() on empty configuration.
When plugin loaded without configuration, it starts to spam logs with message
'read-function of plugin `openvpn' failed'.
Issue: #1932
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 d57d39331d6e4397763a480b1388b2c4a931a6da
Merge: 5aa9bb0 301e912
Author: Florian Forster <octo at collectd.org>
Date: Fri Oct 28 13:44:05 2016 +0200
Merge branch 'pr/2004'
commit 301e912b2b1bd19f17e9addb26b009f6f67d7f88
Author: Florian Forster <octo at collectd.org>
Date: Fri Oct 28 13:32:27 2016 +0200
collectd.conf(5): Improve the "BlockDeviceFormat" and "BlockDeviceFormatBasename" sections.
commit 2f4f41328406c0ab6b4ba3643022b42cd9dd4fce
Author: Florian Forster <octo at collectd.org>
Date: Fri Oct 28 10:45:23 2016 +0200
virt plugin: Fix indentation and some whitespace.
commit 4928cae51108c75e46cc7a1b158d6c86726db87b
Author: Florian Forster <octo at collectd.org>
Date: Fri Oct 28 10:44:47 2016 +0200
virt plugin: Use the IS_TRUE() macro.
commit ec773c981112b62ee772bcb49f4480f6cafc5bde
Author: Florian Forster <octo at collectd.org>
Date: Fri Oct 28 13:43:46 2016 +0200
virt plugin: Add comment for <libgen.h> include.
commit f46301fdc32e9cd13a757dbc005d2b66d5188193
Author: Deyan Chepishev <dchepishev at superhosting.bg>
Date: Fri Oct 28 11:31:19 2016 +0300
virt.c modifications to bring it in accordance with "octo" comments
commit 946aff045b9e996c0ef0a4887660943f442c87c5
Author: Deyan Chepishev <dchepishev at superhosting.bg>
Date: Fri Oct 28 09:40:24 2016 +0300
plugin virt, collectd.conf.in, collectd.conf.pod eddited to be according to comments from collectd members
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 46157584a54b425e80a68383b76998f9d0945175
Author: Deyan Chepishev <dchepishev at superhosting.bg>
Date: Wed Oct 26 18:16:29 2016 +0300
fixed typo in the Man
commit 3e3fab69033c4259ddd1846c0bf450609b4ca6f3
Author: Deyan Chepishev <dchepishev at superhosting.bg>
Date: Wed Oct 26 18:10:47 2016 +0300
Modified plugin virt.c
Added options:
BlockDeviceFormat
BlockDeviceFormatBasename
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