[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.1'
Florian Forster
octo at verplant.org
Sun Apr 7 05:48:56 CEST 2013
configure.in | 40 +++++++++++++++----------------
src/filter_chain.c | 4 ++--
src/mysql.c | 60 ++++++++++++++++++++++------------------------
src/network.c | 34 ++++++++++++++++----------
src/thermal.c | 3 +++
src/utils_parse_option.c | 2 +-
6 files changed, 75 insertions(+), 68 deletions(-)
New commits:
commit 9cbc0fe63abd2bd3658b42f19ee144f803b658fa
Merge: d21cf7f 0ec776a
Author: Florian Forster <octo at collectd.org>
Date: Sun Apr 7 05:44:38 2013 +0200
Merge branch 'collectd-4.10' into collectd-5.1
Conflicts:
configure.in
src/mysql.c
src/network.c
src/thermal.c
commit 0ec776abf45ef3989f38d966e74b588f9ef15ebe
Author: Florian Forster <octo at collectd.org>
Date: Sat Apr 6 18:23:16 2013 +0200
network plugin: Make sure gcrypt is initialized before using any of its functions.
@marekbecka found that sockent_open() is called during the configuration
phase, but gcrypt is initialized later, during the initialization phase.
This patch will initialize gcrypt in sockent_open() if any sockets with
security are configured.
Fixes Github issue #273.
commit 5680622ee9d70a9df30564a34e0cc01afcf0d05b
Author: Dave Cottlehuber <dch at jsonified.com>
Date: Thu Feb 7 01:38:07 2013 +0100
Don't clobber TMPDIR during Java detection
- Java detection used TMPDIR as var to parse command output
- TMPDIR is used in libltdl later on in ./configure
- alternative fix is local var or subshell
- fixes issue introduced via #33163ee
Conflicts:
configure.in
Signed-off-by: Florian Forster <octo at collectd.org>
commit 7df90f7adea4acfddcc10a3b671130aae81265ae
Author: Markus Knetschke <markus.knetschke at gmail.com>
Date: Sun Dec 23 11:50:22 2012 +0100
thermal plugin: set the hostname
Signed-off-by: Markus Knetschke <markus.knetschke at gmail.com>
Signed-off-by: Florian Forster <octo at collectd.org>
commit d2c70797b18c2b532119b1264841f551e013dcad
Author: Markus Knetschke <markus.knetschke at gmail.com>
Date: Sun Dec 23 11:02:42 2012 +0100
thermal plugin: fixed value submitting
Signed-off-by: Markus Knetschke <markus.knetschke at gmail.com>
Signed-off-by: Florian Forster <octo at collectd.org>
commit ecdfcecbc70b51de12ed695fbace42e6076473c1
Author: Tommie Gannert <tommie at spotify.com>
Date: Thu Mar 7 09:10:03 2013 +0100
Allow parsing plugin_instance in parse_option().
isalnum() is not enough to catch the underscore.
Signed-off-by: Florian Forster <octo at collectd.org>
commit dee89f856ffba3fcfccf530cd98f4d515bb46728
Author: Florian Forster <octo at collectd.org>
Date: Mon Mar 25 07:28:36 2013 +0100
mysql plugin: Call mysql_init() only once.
Apparently, if you call it with a structure allocated by mysql_init()
itself, it leaks memory. Thanks to Yves Mettier for pointing this out!
Fixes Github issue #274.
commit 01a4d0ac2dec01b668a6cb80136a166ec8548a97
Author: Florian Forster <octo at collectd.org>
Date: Thu Feb 21 11:18:53 2013 +0100
configure.in: Fix quoting of AC_LANG_PROGRAM().
Autoconf 2.68 complains about that and aborts building the configure
script. *sigh*
commit b81ed4b28b408db3198e11a3c4e0efbcc757cc5f
Author: Dan Fandrich <dan at coneharvesters.com>
Date: Sun Mar 3 00:24:48 2013 +0100
src/filter_chain.c: Fixed typos in error messages
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list