[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'
Florian Forster
octo at verplant.org
Sun Jan 12 09:05:49 CET 2014
contrib/collection3/etc/collection.conf | 16 ++++++++--------
src/curl.c | 3 ++-
src/curl_xml.c | 1 +
src/interface.c | 11 ++++++-----
4 files changed, 17 insertions(+), 14 deletions(-)
New commits:
commit affac33e83584e7538c358e3bd0a587d0c692bc3
Merge: 8e9bdd5 cde09b5
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jan 8 18:24:27 2014 +0100
Merge branch 'collectd-4.10' into collectd-5.3
commit cde09b547abbeb7595d91259fcc628504d0f55a9
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jan 8 18:05:40 2014 +0100
Revert "curl_xml.c: avoid using uninitalized variable in error message"
This reverts commit bbbf37d55a3959951604c4be482e9a705a0f86d9.
A different fix for this problem was commited to the collectd-5.4 branch
(8327ee64) and conflicts with this patch. Also, initializing url the
same way as 8327ee64 does it, to avoid a merge conflict.
commit 645dadb3fcc466e8880fda4eb23b21ad433631fc
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 7 16:06:10 2014 +0100
interface.c: FreeBSD-10 support
Quoting @trtrmitya in github issue #506 : "[...] it is broken on
FreeBSD-10, in which getifaddrs() returns not only link level stats for
a particular interface, but also entries for each IP configured on that
interface. As a result if_submit() is called several times for each
interface, which results in incorrect data being logged.
I am attaching a patch which fixes a problem on FreeBSD (9/10), but it
should work for every *BSD because [...] the getifaddrs implementation
first appeared in BSDi BSD/OS."
Many thanks to @trtrmitya for providing the patch !
commit bbbf37d55a3959951604c4be482e9a705a0f86d9
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jan 7 11:30:59 2014 +0100
curl_xml.c: avoid using uninitalized variable in error message
Thanks to @trtrmitya for reporting this. Fixes GH#507
commit 8e9bdd5a63e67c6adb403c2aac4a25e0595ea147
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 22 13:59:44 2013 +0100
curl plugin: Fixed a segfault when using <Match> without an Instance.
Thanks to Alexander Golovko for reporting this in
http://bugs.debian.org/732701
commit 147690b3baf04341851757c9424596ceb37c45ba
Author: Rainer Müller <raimue at codingfarm.de>
Date: Wed Feb 27 19:46:41 2013 +0100
collection3: Fix data source names
Data sources were renamed in 6c1415d, but the data source names for some
of these entries still referenced the old data sources.
More information about the collectd-changes
mailing list