[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.4.5'
Florian Forster
octo at verplant.org
Fri Jan 2 21:09:59 CET 2009
Tag 'collectd-4.4.5' created by Florian Forster <octo at huhu.verplant.org> at 2009-01-02 17:37 +0100
Tag for version 4.4.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBJXlDwHdggu3Q05IYRAsTsAKCLLGjpALdmPDLJragS1bh4vdZTEQCggAIS
TEsn0rBlWZmH9JVlxv9qs9g=
=1zFo
-----END PGP SIGNATURE-----
Changes since collectd-4.4.4:
Devid Antonio Filoni (1):
libiptc/libip6tc.c: Fix a glibc 2.8 compatibility problem.
Florian Forster (11):
ChangeLog: Fix a typo.
src/configfile.c: Fix a closing-brace comment.
apcups plugin: Include "collectd.h" *before" <stdlib.h>.
contrib/collection3: Add the `format' parameter to the graph.cgi.
multimeter plugin: Check the return value of `write'.
configure.in: Some improvements for Solaris, expecially the swap plugin.
unixsock plugin: Make sure the initialization function is run only once.
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.
Bumped version to 4.4.5; 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 (7):
configure, mysql plugin: Check for mysql.h as well.
collectd.conf.pod: Consistently use spaces instead of tabs in examples.
collectd.conf.in: Fixed a wrong type used in the "tail" example.
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.
Do not use *printf() to report errors / debugging messages.
Ulrich Habel (1):
src/utils_dns.c: Cast a `char' to `int' when using `tolower'.
---
ChangeLog | 28 +++++-
configure.in | 37 ++++++-
contrib/collection.cgi | 199 +++++++++++++++++++++++++++++++++++++
contrib/collection3/bin/graph.cgi | 21 ++++-
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 | 2 +-
src/email.c | 6 +
src/ipmi.c | 4 +-
src/libiptc/libip6tc.c | 2 +-
src/multimeter.c | 7 +-
src/mysql.c | 4 +-
src/network.c | 10 +-
src/rrdtool.c | 9 ++
src/types.db.pod | 16 +++-
src/unixsock.c | 7 ++
src/utils_dns.c | 8 +-
version-gen.sh | 2 +-
21 files changed, 364 insertions(+), 58 deletions(-)
---
More information about the collectd-changes
mailing list