[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.4.4'
Florian Forster
octo at verplant.org
Thu Oct 16 22:23:11 CEST 2008
Tag 'collectd-4.4.4' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2008-10-16 21:08 +0200
Tag for version 4.4.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkj3nzoACgkQjvke9ZFSPD0akQCfQvaoLyOnGPou/4ENIoDgDV27
geoAn2H2NkGUoAoveqarI8lY0+CWKHNn
=egyG
-----END PGP SIGNATURE-----
Changes since collectd-4.4.3:
Boian Berberov (1):
powerdns plugin: Use `LOCALSTATEDIR' instead of "/var".
Bruno Prémont (1):
configure.in: Let configure bail out on missing dependencies
Florian Forster (21):
processes plugin: Fix a format string.
Merge branch 'collectd-4.3' into collectd-4.4
collectd.conf(5): Changed the default socket paths of the powerdns plugin.
collection3/etc/collection.conf: Added some mysql stuff.
contrib/collection3: Use `instance' rather than `plugin_instance'
contrib/collection3: Added graphs for `apache_{bytes,requests}'.
build.sh: Check for more (all?) programs needed.
src/utils_ignorelist.c: Fix an off-by-one errror when adding regular expressions.
netlink plugin: Fix an incorrect format string.
src/collectd-nagios.c: Improve handling of lines returned from `GETVAL'.
configure.in: Correct the `--enable-<plugin>' code.
collectd-nagios(1): Make the documentation easier to read, more correct and fix errors.
network plugin: Fix a minor memory leak.
src/configfile.c: Fix a minor memory leak.
src/utils_cache.c: Fix a serious memory leak.
src/Makefile.am: Fix a copy'n'paste typo.
src/utils_tail.c: Call `clearerr' before `fgets'.
contrib/exec-munin.px: Fix the folding markers..
Bumped version to 4.4.4; Updated ChangeLog.
src/collectd.h: Poison various insecure string functions only when debugging is enabled.
ChangeLog: Added the changed poisoning behavior.
Sebastian Harl (8):
perl plugin: Log the perl error messages if bootstrapping Collectd failed.
src/plugin.c: Increase the plugin_log() message buffer to 1024 bytes.
collection.cgi: Added support for the memcached-specific types.
ipvs plugin: Use sizeof() instead of a constant.
collectd.conf(5): Briefly document "OKAY"-notifications.
collectdmon: Do not block SIGCHLD.
collection.cgi: Added support for the "connection" type.
types.db: Reintroduced the "spam_check" type.
---
ChangeLog | 23 +++++
README | 8 +-
build.sh | 49 ++++++++--
configure.in | 13 +++-
contrib/collection.cgi | 95 ++++++++++++++++++++
contrib/collection3/etc/collection.conf | 147 +++++++++++++++++++++++++++++-
contrib/exec-munin.px | 3 +-
src/Makefile.am | 2 +-
src/collectd-nagios.c | 62 ++++++++++----
src/collectd-nagios.pod | 32 +++++---
src/collectd.conf.pod | 9 ++-
src/collectd.h | 4 +-
src/collectdmon.c | 6 --
src/configfile.c | 6 +-
src/ipvs.c | 4 +-
src/netlink.c | 2 +-
src/network.c | 5 +
src/perl.c | 6 +-
src/plugin.c | 6 +-
src/powerdns.c | 4 +-
src/processes.c | 2 +-
src/types.db | 1 +
src/utils_cache.c | 1 +
src/utils_ignorelist.c | 8 +-
src/utils_tail.c | 1 +
version-gen.sh | 2 +-
26 files changed, 424 insertions(+), 77 deletions(-)
---
More information about the collectd-changes
mailing list