[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Thu Jun 11 11:29:01 CEST 2015
src/Makefile.am | 2 +-
src/bind.c | 2 +-
src/collectd.conf.in | 2 +-
src/collectd.conf.pod | 12 ++++++++++--
src/curl_xml.c | 16 ++++++++++++----
src/ipmi.c | 2 +-
src/libvirt.c | 6 ++++++
src/meta_data.c | 2 +-
src/plugin.c | 2 +-
src/snmp.c | 2 ++
src/types_list.c | 2 +-
11 files changed, 37 insertions(+), 13 deletions(-)
New commits:
commit c6da31fb30c2fb1d131f92efcde0b3ec9a010b2c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue May 12 22:14:23 2015 +0200
curl_xml: fix 3 small memory leaks
Discovered while testing the previous 2 commits. NB: valgrind
already complained about these before 0afea606 was applied, so this
isn't related to issue #935.
commit 6ad8d0dd5414c7634dd71354f9fdcc2b005a3d99
Author: Fabien Wernli <faxmodem at collectd.org>
Date: Thu Apr 30 10:05:35 2015 +0200
Fix test for tables and empty instance
Change-Id: I9a3fc3ded9566bd68c80e5fbce2d8b717ea1848d
commit 5e9542b303a5f36b905473c4de6a4ab01f3ed632
Author: Fabien Wernli <faxmodem at collectd.org>
Date: Mon Feb 9 21:16:32 2015 +0100
Revert "curl_xml plugin: Fixed tautological pointer comparison error."
Fixes #931
This reverts commit 0afea60611f115a28b8ec331aba610e3038c1ef2.
commit 15037c9f4b3c43ac3d09040e16c3a430c9fc2b22
Author: hshopeful <daifeiyahs at 163.com>
Date: Mon Apr 20 20:35:40 2015 +0800
Update meta_data.c
In the function meta_data_get_string(), when the type mismatchs,the ERROR statement should be
ERROR ("meta_data_get_string: Type mismatch for key `%s'", e->key);
not
ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
commit 0632ace737ca2d9808c3daf61935ff94bfe9e503
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Apr 14 08:35:28 2015 +0200
notify_email: avoid linking against libdl
This flag seems to have been accidentally added in 451d75bae1 and
prevents building the plugin on platforms which don't have GNU libc.
Conflicts:
src/Makefile.am
commit ba51433eb374ccf21da089132f1f6f1a342f06bd
Author: Thomas Kho <tom at hioscar.com>
Date: Thu Apr 2 13:14:24 2015 -0400
Fix type instance sanitization in bind plugin
commit 89b7a6dfb77e5529e5089bf6593ed9fd83202429
Author: Vincent Bernat <vincent at bernat.im>
Date: Fri Jan 23 18:55:04 2015 +0100
ipmi: use SIGIO instead of SIGUSR2 to avoid conflict with JVM
Java uses SIGUSR2 to suspend/resume threads. The OpenIPMI plugins also
need a signal to resume its event loop when setting a timer. They can't
both use the same signal. We ask OpenIPMI to use SIGIO instead.
This should fix #114.
commit 8fa66d76900da4206f9066737c974dcfd2bd2e34
Author: Micha Krause <micha at noris.net>
Date: Fri Jan 23 14:24:54 2015 +0100
added doc CollectStatistics to section rrdcached
Fixes #907
Conflicts:
src/collectd.conf.pod
commit 454587041ce66b416536b45aaa3b4aa956ba9554
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Jan 23 15:01:52 2015 +0100
mysql: document defaults to boolean config options
commit 631874e4161f9ac8651158aa81f0e7f8aa896ed9
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Dec 31 14:54:37 2014 +0100
types_list: fix carriage return sign
Many thanks to @NsLib for mentioning this !
commit b8f53c82e19189ab329bb694ecfdc98044316070
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Dec 15 16:10:41 2014 +0100
collectd.conf example: remove erroneous quotes
Thanks to @ymettier for pointing that out !
commit 7d6d1fa5855f053f262410e2d42968afa4514990
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Dec 9 17:06:43 2014 +0100
virt plugin: only gather stats for running domains
Conflicts:
src/libvirt.c
commit dc0ae7a199e56255a1baf96ed4bd804b168daca7
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Nov 19 17:54:09 2014 +0100
snmp: avoid freeing req under normal operation
Equivalent patch to 79e90bba5, to avoid issue #804 introduced while
fixing #610.
commit 432d7039dc3ad93ec938f4bff1036f899ef3bc63
Author: Katelyn Perry <katelyn at superleg.it>
Date: Mon Nov 3 17:11:14 2014 -0600
fix grammar in plugin loading error message
"cause for this problem are" => "cause for this problem is"
More information about the collectd-changes
mailing list