[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.9.5'
Florian Forster
octo at verplant.org
Sat Mar 26 17:03:18 CET 2011
Tag 'collectd-4.9.5' created by Florian Forster <octo at huhu.verplant.org> at 2011-03-26 16:03 +0100
Tag for version 4.9.5.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIcBAABAgAGBQJNjg43AAoJEMPSHpbi2MmgBOYQAKlkK8IOwZRs637JZAa8jlyS
2Hcs7GrMgIGZPO3AnSaAaYg786TeaeLwIGR2AI1hTjiOTzePkr6rfPIHuNkhbs+z
zdeM6tV9Ev3Fk1w1EEK3z+709ySnMufbaY/hIUDAN9MApMjSBKf5GkdUSAdYKWT4
wWbR0U32nI4fa3eFRloj+fxqcCu4uJZhPIH5C07ZbWXXQ76lGMMjJ7ZBt7RE1a3Y
3eGmidsHOqiK7pEOg7lcvrv4bC5QtO7MRsCXTY9f2CSVdISZkuH5TAAqHCESLJGv
1b6FXBdG9TEBSe6C2kgYGFk6eRH8cyFj/9wCyMghp88HQLed096PDQtXyXKUw31l
41ldicaAp6zZvuTahiQO5b/IEwfAd0E+tCpcHb17cW+YFI8Z7yuEfCmxKIbust5X
/3CjIT0B33Bbdyofy6dBRRbDx1UdjZkwLiUEy//rvlZF0uXBk7f1GLSNk5WrLTAW
insSs+8LUNVDT2YvwvGhy9zIKncDGkPvSw1b17Z8r5h5w/KSeqB2xfvvmL4LDmgW
cwiBqlLPIUJGOr3T8S8bMhTiY8iGdNlHIH+pB57s2CREltkkv3xydjTphSJuP0Ce
8+GaxIHp8p6p0SmS4uhg9jGuhEz1lq6+CaBteZjXJtcC+8Ue3RTPQC/T4Jg8VOCh
N838sGiRVXL9tgKwdGbO
=Zgmz
-----END PGP SIGNATURE-----
Changes since collectd-4.9.4:
Bruno Prémont (1):
Fix compilation error with plugin_register_shutdown
Florian Forster (11):
configure.in: Fix a typo in an AC_ARG_WITH description.
src/common.c: parse_value: Fix assignment of derive and absolute values.
java plugin: Improve an error message.
dns plugin: Include <pcap-bpf.h> if available.
src/utils_threshold.c: Fix creation of percentage notifications.
ntpd plugin: Report failures of "ntpd_do_query" as *errors*, not debug messages.
exec plugin: Remove useless preprocessor stuff.
src/plugin.c: Print a more verbose error message if lt_dlopen() fails.
processes plugin: Call kvm_close() after kvm_geterr().
libvirt plugin: Correctly check the status code of virDomainGetVcpus().
Bump version to 4.9.5; Update ChangeLog.
Gregory Szorc (1):
dispatch proper values in Python write plugin
Sebastian Harl (3):
filter_chain: Use a complaint to report plugin_write()'s ENOENT error.
collectd.conf(5): Be more verbose about how to access a notification daemon.
collectd.conf(5): Mention MySQL privileges required for repl stats.
---
ChangeLog | 16 ++++++++++++++++
configure.in | 14 ++++----------
src/collectd.conf.pod | 13 +++++++++----
src/common.c | 4 ++--
src/dns.c | 12 ++++++++----
src/exec.c | 4 ----
src/filter_chain.c | 15 ++++++++++++++-
src/java.c | 4 +++-
src/libvirt.c | 18 ++++++++++++++----
src/ntpd.c | 19 ++++++++++---------
src/plugin.c | 26 ++++++++++++++++++--------
src/plugin.h | 2 +-
src/processes.c | 2 +-
src/python.c | 10 +++++-----
src/utils_threshold.c | 32 +++++++++++++++++++++++++++++---
version-gen.sh | 2 +-
16 files changed, 135 insertions(+), 58 deletions(-)
---
More information about the collectd-changes
mailing list