[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.5.2'
Florian Forster
octo at verplant.org
Sat Jan 3 01:33:46 CET 2009
Tag 'collectd-4.5.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-01-02 22:18 +0100
Tag for version 4.5.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkleksgACgkQjvke9ZFSPD2CmQCeP8AUwl6kjLlHVVFCn//v/66L
jDEAn2Z2Gz5mBu/XEpYt+hT8+2g0vqgR
=ENze
-----END PGP SIGNATURE-----
Changes since collectd-4.5.1:
Devid Antonio Filoni (1):
libiptc/libip6tc.c: Fix a glibc 2.8 compatibility problem.
Florian Forster (23):
ChangeLog: Fix a typo.
ChangeLog: Fix a typo.
src/configfile.c: Fix a closing-brace comment.
apcups plugin: Include "collectd.h" *before" <stdlib.h>.
src/utils_complain.c: Include "collectd.h" as first header file.
contrib/collection3: Add the `format' parameter to the graph.cgi.
Merge branch 'collectd-4.4' into collectd-4.5
multimeter plugin: Check the return value of `write'.
Merge branch 'collectd-4.4' into collectd-4.5
src/plugin.[ch]: Don't use unnamed unions.
configure.in: Some improvements for Solaris, expecially the swap plugin.
Merge branch 'collectd-4.4' into collectd-4.5
configure.in: Check for `kvm_openfiles'.
unixsock plugin: Make sure the initialization function is run only once.
Merge branch 'collectd-4.4' into collectd-4.5
types.db(5): Explain in more detail how custom types should be added.
types.db(5): Fix a typo.
network plugin: A fix for the buffer problem for version 4.4.
network plugin: Fix an invalid size of buffer being used.
Merge branch 'collectd-4.4' into collectd-4.5
Bumped version to 4.4.5; Updated ChangeLog.
Merge branch 'collectd-4.4' into collectd-4.5
Bumped version to 4.5.2; Updated ChangeLog.
Mirko Buffoni (2):
contrib/collection.cgi: Add graph definitions for the vmem plugin.
contrib/collection.cgi: Add meta-graph definitions for the vmem plugin.
Sebastian Harl (14):
filecount plugin: Fixed an off-by-one error in the configuration code.
configure, mysql plugin: Check for mysql.h as well.
src/Makefile: Build ipvs and uuid plugins using $AM_CFLAGS.
libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES.
processes plugin: Fixed a segfault when handling unknown config options.
configfile.c: Ignore registered undefined config keys.
collectd.conf.pod: Consistently use spaces instead of tabs in examples.
collectd.conf.in: Fixed a wrong type used in the "tail" example.
perl plugin, utils_complain: Fixed errors identified by -Wformat-security.
collectd: Abort if any non-options are left over after command-line parsing.
collectd: Abort with an appropriate status in exit_usage().
collectd.conf(5): Updated the section about the "mysql" plugin.
src/Makefile: Do not print the command when checking for POD ERRORS.
Do not use *printf() to report errors / debugging messages.
Ulrich Habel (2):
src/utils_dns.c: Cast a `char' to `int' when using `tolower'.
perl plugin: Fix an uninitialized variable warning.
---
ChangeLog | 64 +++++++++++-
configure.in | 48 ++++++++-
contrib/collection.cgi | 199 +++++++++++++++++++++++++++++++++++++
contrib/collection3/bin/graph.cgi | 21 ++++-
src/Makefile.am | 8 +-
src/apcups.c | 7 --
src/collectd.c | 13 ++-
src/collectd.conf.in | 2 +-
src/collectd.conf.pod | 34 ++++---
src/common.c | 4 +-
src/configfile.c | 5 +-
src/email.c | 6 +
src/exec.c | 10 +-
src/filecount.c | 2 +-
src/ipmi.c | 4 +-
src/libiptc/Makefile.am | 3 +-
src/libiptc/libip6tc.c | 2 +-
src/multimeter.c | 7 +-
src/mysql.c | 4 +-
src/network.c | 17 ++--
src/perl.c | 4 +-
src/plugin.c | 26 +++---
src/plugin.h | 12 +-
src/processes.c | 3 +-
src/rrdtool.c | 9 ++
src/types.db.pod | 16 +++-
src/unixsock.c | 7 ++
src/utils_complain.c | 5 +-
src/utils_dns.c | 8 +-
version-gen.sh | 2 +-
30 files changed, 448 insertions(+), 104 deletions(-)
---
More information about the collectd-changes
mailing list