[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Apr 7 06:21:50 CEST 2013
bindings/Makefile.am | 8 +-
configure.in | 253 ++++++++++++++++----------------
src/filter_chain.c | 4 +-
src/libcollectdclient/network_buffer.c | 2 +
src/mysql.c | 60 ++++----
src/network.c | 34 +++--
src/nfs.c | 15 +-
src/notify_email.c | 2 +-
src/rrdcached.c | 10 +-
src/thermal.c | 3 +
src/utils_parse_option.c | 2 +-
11 files changed, 212 insertions(+), 181 deletions(-)
New commits:
commit 47b7950c0bd0ae0b3823b8bfc4442d6a5dad36c5
Merge: 2ca216c 5efcb2f
Author: Florian Forster <octo at collectd.org>
Date: Sun Apr 7 06:17:49 2013 +0200
Merge branch 'collectd-5.2'
commit 5efcb2fe5ca723225e4100314a8668d8abc9424a
Merge: 5ac466c 9cbc0fe
Author: Florian Forster <octo at collectd.org>
Date: Sun Apr 7 05:54:24 2013 +0200
Merge branch 'collectd-5.1' into collectd-5.2
Conflicts:
configure.in
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 5ac466c7515653ad6c931116643c31f51dabba2e
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Nov 20 14:56:45 2012 +0100
bindings/Makefile: Hint the user at --with-perl-bindings.
⦠in case 'perl Makefile.PL' fails.
Fixes Github issue #290.
Signed-off-by: Florian Forster <octo at collectd.org>
commit 6c769cf76d74ac758252062668ff07037eb421f1
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Nov 20 14:44:43 2012 +0100
build system (Perl bindings): Make Makefile.PL's PREFIX/INSTALL_BASE optional.
Both options may cause problems:
- PREFIX might clash with INSTALL_BASE being set in $PERL_MM_OPT.
- INSTALL_BASE without any further options set will install into non-standard
directories in many cases.
Rather, use PREFIX=${prefix} as default but overwrite that if
--with-perl-bindings=... has been used.
Thanks to faxm0dem for reporting the INSTALL_BASE problems on IRC and
bvarner and nirik for reporting this in GH #177 and #196.
This is a follow-up / fix for 97e8f346a88eccf4d1608c21d5cc6ee9620c1c41.
Fixes Github issue #290.
Signed-off-by: Florian Forster <octo at collectd.org>
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 d21cf7f8376b6ce5dd3bbeb41da3aff0e85c6e28
Author: Manuel CISSÃ <manuel_cisse at yahoo.fr>
Date: Fri Feb 15 11:03:00 2013 +0100
notify_email: Add charset in Content-Type header (seems required by some picky spam filters)
Signed-off-by: Florian Forster <octo at collectd.org>
commit 73b6265b03bc2dcff8c5d96f909b390dffb12a01
Author: Florian Forster <octo at collectd.org>
Date: Mon Apr 1 16:54:45 2013 +0200
nfs plugin: Copy the name before calling the non-const lookup function.
Fixes Github issue #70. Thanks to Jeff for reporting this issue.
commit df58a0a6b68ae55e9888455d30424e86b787c802
Author: Florian Forster <octo at collectd.org>
Date: Mon Apr 1 16:38:08 2013 +0200
rrdcached plugin: Connect to the daemon in the read() callback.
Fixes Github issue #275. Thanks to Yves Mettier for reporting this bug!
commit 912c9b3f7c4a57fbf9ddd16db13d2651932ddb65
Merge: f522f21 e0552af
Author: Florian Forster <octo at collectd.org>
Date: Fri Mar 29 13:30:21 2013 -0700
Merge branch 'collectd-5.1' into collectd-5.2
commit f522f2111990f89c09507aa867ad63bbc44d9b7a
Author: gkos <danielhilst at gmail.com>
Date: Wed Mar 13 13:19:04 2013 -0300
src/libcollectdclient/network_buffer.c check for htonll exitence
before defining it. I have to to this to get it compiled on AIX6
Signed-off-by: Florian Forster <octo at collectd.org>
commit e0552af6e56d23a027b9fdb226ee6d8217dcb36a
Author: Florian Forster <octo at collectd.org>
Date: Fri Mar 29 06:43:39 2013 -0700
configure.in: Yet another attempt at fixing the mess that is AC_LANG_PROGRAM().
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