[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.10.3'

Florian Forster octo at verplant.org
Sat Mar 26 17:03:55 CET 2011


Tag 'collectd-4.10.3' created by Florian Forster <octo at huhu.verplant.org> at 2011-03-26 16:03 +0100

Tag for version 4.10.3.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAABAgAGBQJNjg5jAAoJEMPSHpbi2MmgIH8P/R+/bMRCuEdnLQ35amwAXb9a
2pzJdngS91C4GspFTqLQvPxN2JHSgmDEER2msLBpEGWk34/oW9o0kn4uHkNSyvb6
UnYH8UHjcF32uFJHppQRLtVa62k3/jSOorRTTsggL4oBRNU0qFvEv0wUNA5IMZVh
0LSBvrk2t8xKWQ1rBuQyfUrInroXVRUrK1c0QpDGEhDTFzTRjT41pz35MCIknvIY
s427HCo0sqn/iE71MmKKwZK+aFU1di8tJK4agEwS7dZ+2hLjUR1glbF/c6WooAz3
nlNUY1bJet/rPfWGwoE57rDF8tfIdwQ0++Xl8rbSvY+I6cz83xioFbGC+bBCIGDG
pwrmZxkofKptejhhB+yhZ5WPdDSBBDlJ0sTprHi+6JBM6BkYj6/s21FLws+dxJph
yvBg5dA/Ni69SIuKYUbqWcDo22LN7IPd8ABtCMXH2ix2Jx/msYDddGQg7z3W4XNN
J1Vs9NtM96p4b4fDCqyz1Niu1zflHafDLFzlOTM/Eo89Yz7hVAm4tTbLrmac1BGS
ejZZ3TPSXai4WCXpY5AeFy4BMU39tUjn4Guyjwx6do4MPWxdf4IU2CW8KgNKAZox
S5qLiKWUGBrlUrSRwE9XWIUN7HAlXTRluIMT9br2hOiCXLZ4jzYwOyAyixuEI3KO
TD3xgG8PYLhEUMDEq7lu
=VCIt
-----END PGP SIGNATURE-----

Changes since collectd-4.10.2:
Bruno Prémont (1):
      Fix compilation error with plugin_register_shutdown

Florian Forster (21):
      ChangeLog: Add missing line (copynpaste error).
      configure.in: Fix a typo in an AC_ARG_WITH description.
      src/common.c: parse_value: Fix assignment of derive and absolute values.
      Merge branch 'collectd-4.9' into collectd-4.10
      curl_json plugin: Fix handling of arrays.
      modbus plugin: Restore compatibility to libmodbus 2.0.3.
      README: Document the version of libmodbus used and update URL.
      java plugin: Improve an error message.
      dns plugin: Include <pcap-bpf.h> if available.
      Merge branch 'collectd-4.9' into collectd-4.10
      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.
      Merge branch 'collectd-4.9' into collectd-4.10
      src/plugin.c: Print a more verbose error message if lt_dlopen() fails.
      processes plugin: Call kvm_close() after kvm_geterr().
      Merge branch 'collectd-4.9' into collectd-4.10
      libvirt plugin: Correctly check the status code of virDomainGetVcpus().
      Bump version to 4.9.5; Update ChangeLog.
      Merge branch 'collectd-4.9' into collectd-4.10
      Bump version to 4.10.3; 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             |   35 +++++++++++++++++++++++++++++++++++
 README                |    6 ++++--
 configure.in          |   14 ++++----------
 src/collectd.conf.pod |   13 +++++++++----
 src/common.c          |    4 ++--
 src/curl_json.c       |    2 +-
 src/dns.c             |   12 ++++++++----
 src/exec.c            |    4 ----
 src/filter_chain.c    |   15 ++++++++++++++-
 src/java.c            |    4 +++-
 src/libvirt.c         |   18 ++++++++++++++----
 src/modbus.c          |    8 ++------
 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 +-
 19 files changed, 161 insertions(+), 67 deletions(-)
---



More information about the collectd-changes mailing list