[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.7'
Florian Forster
octo at verplant.org
Mon Jan 23 08:48:05 CET 2017
ChangeLog | 19 +++++++++++++++++++
configure.ac | 10 ++++++++++
contrib/redhat/collectd.spec | 7 ++++---
src/Makefile.am | 1 +
src/curl_json.c | 2 +-
src/daemon/plugin.c | 16 +++++++---------
version-gen.sh | 2 +-
7 files changed, 43 insertions(+), 14 deletions(-)
New commits:
commit 0c157068b398f336b6478cb24fa05243b49fcda4
Author: Florian Forster <octo at collectd.org>
Date: Mon Jan 23 08:42:35 2017 +0100
Bump version to 5.7.1; Update ChangeLog.
commit 6397cdc3596af7438a9b351ac13d7eaac279554a
Merge: e37e426 30ec925
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 23:40:43 2017 +0100
Merge pull request #2122 from octo/issue/2108
src/daemon/plugin.c: Register plugin_update_internal_statistics() as â¦
commit e37e426d6646d6ff99834461f00c3dd79fa85d43
Merge: d3be3ed 3d964c1
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 23:01:43 2017 +0100
Merge branch 'collectd-5.6' into collectd-5.7
commit 3d964c1be299eb1a078051e913478c2767ffe946
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 21:39:22 2017 +0100
chrony: add missing build flag
This is a backport of 211bd4843.
commit 30ec92514946bd0b94e09b0cc6d065c6dda878d4
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 21:22:08 2017 +0100
src/daemon/plugin.c: explicitly declare vl.interval
This properly gets rid of the warning reported in #2108
Thanks to @charliesignalfx for suggesting this and reporting the issue !
commit fbd00d896fca1acad679a4ca9175b0080ef3ffeb
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 21:17:23 2017 +0100
src/daemon/plugin.c: avoid deprecated statement
As suggested by @rubenk in #2122
commit d25dc3518776ed93b2f1e2ca469cf874b24df8b1
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 10 08:34:08 2017 +0100
collectd.spec: ensure write_riemann build deps are installed
commit d9e13d4d5a04cf35bf4c0cd0a826af7dbb212c90
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Jan 9 19:53:52 2017 +0100
collectd.spec: fixes to previous commit
commit 170849a14fc0c09d98deeff4f6ef636656b1797e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Jan 9 18:06:19 2017 +0100
collectd.spec: re-enable write_riemann on EL7, as build dep is now available in EPEL7
commit d3be3ed7cb69be4a9a256449d4885d4a55399de0
Merge: cdb49f3 e7f68a4
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Jan 9 11:42:21 2017 +0100
Merge branch 'collectd-5.6' into collectd-5.7
commit e7f68a40cf0db99a51afc1029c0697c661a7c4aa
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jan 4 01:05:49 2017 +0100
curl_json: use configured interval as default timeout value
When no timeout is specified, the default timeout should be set to the
configured interval, not the default timeout (which is -1, no timeout).
This bug got introduced in bce14a848.
commit cdb49f39d11028bd99a0e4b0aa02d3ac956982fe
Author: Pshyk, SerhiyX <serhiyx.pshyk at intel.com>
Date: Thu Dec 29 15:46:47 2016 +0000
intel_rdt: check libpqos library version.
Change-Id: I83d42b63873569445d4c6339d7a69761e16ead14
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk at intel.com>
commit ce87e25ff379de5ec05a3001ad229b2141b325b7
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 23 09:39:08 2016 +0100
src/daemon/plugin.c: Register plugin_update_internal_statistics() as a read callback.
The previous special-snowflake-solution had issues since it didn't set a plugin
context up.
Fixes: #2108
More information about the collectd-changes
mailing list