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

Florian Forster octo at verplant.org
Sun Mar 27 18:32:42 CEST 2011


Tag 'collectd-5.0.0' created by Florian Forster <octo at huhu.verplant.org> at 2011-03-27 17:32 +0200

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

iQIcBAABAgAGBQJNj2aeAAoJEMPSHpbi2MmgE4YP/3Z7MTKeCXVTyVsD+FYecAr4
HZcFMt97ZrF2LgF6nNVaanxNYpe5ywOnmV/h92eAURYq766YadjbnWA0zLoQwUlc
vb600QevCdHD/rCVMld7AQufSbEf8JObJEI5utmTwTP7tpoE8A9ESZbTkNuDPK6f
sZk31zfPPkh5jmPwq9v0mSHBLvMbiHNWXNDSLQkWXFIN2ULHto8PIxZAx5QyY5nC
g+1dnrKCvxrCw7o+4yowTrYju/jRDHTl4ZsgP9tahknuhGkqr8sH+tHOCEIGsR8H
mvyRpmHwG7/GOUlV8Aiw1s+4mSdPqBiKZCpavRqrpApViQtfRmJhWru8q2nzEa8w
6wt+2vnw0BtxYzqQz3gMs5hGlPsTuKV1gnhXFIPi+6MA7zeDnbfsueVgat9fbDoH
NHcVzsaq+PXiTbYMwIRYGvKrcsMvEOq/yT3BBeDSJMBZ/SkHC0DJzz3ia+QjcDO4
MVBHqbZU78H8Vhag2TUWQwN1BvUHN6W/5q8kFLWLnJsNcvExZnuMM28o+bDoN954
jRki0XMP6KDTBOhI4DTT4Sn0ejCdBVWNhJ045l0ldi2BvsNievSAq9o1xp/PfJPr
m680MaBaWEbIhN7I6sfhG9F0L73kLWeb7qXBjQMol5rDaAL25XA5dQ6SGDG8LH7Y
vW/FPyO/stkAf7fmzO6I
=KZoU
-----END PGP SIGNATURE-----

Changes since collectd-5.0.0-beta1:
Andres J. Diaz (2):
      Fix buffer length in parse_identifier_vl function.
      Removed bogus checking in ut_config.

Blaise Tarr (1):
      plugin.c: prevent re-adding read functions

Bruno Prémont (1):
      Fix compilation error with plugin_register_shutdown

Florian Forster (49):
      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.
      Build system: Check whether X/Open flags are required for strptime.
      zfs_arc plugin: Remove unused variables.
      src/collectd{ctl,-nagios}.c: Remove the standards-flags again.
      swap plugin: Fix a comment.
      src/common.c: parse_identifier_vl: Don't pass NULL to sstrncpy().
      curl_json plugin: Query the URL before trying to print it.
      dns plugin: Include <pcap-bpf.h> if available.
      Merge branch 'collectd-4.9' into collectd-4.10
      Merge branch 'collectd-4.10'
      contrib/migrate-4-5.px: Add options parsing and help output.
      modbus plugin: Relicense under the LGPLv2.1.
      ChangeLog: Document the changes to the "modbus" plugin.
      src/types_list.c: Ignore lines which begin with a hash sign.
      src/types.db: Clearly mark the legacy types.
      dns plugin: Disable the plugin if <pcap-bpf.h> is not available.
      src/utils_dns.c: Make IPv6 support optional.
      libcollectdclient: Remove lcc_strdup().
      libcollectdclient: Remove the "nonnull" attribute.
      configure.in: Unify status output.
      src/plugin.c: Move the error-checking code up.
      src/plugin.c: Free allocated data if plugin_insert_read() fails.
      src/utils_threshold.c: Fix creation of percentage notifications.
      src/configfile.c: cf_util_get_port_number: Gracefully handle number arguments as well.
      src/configfile.[ch]: Update copyright header.
      MySQL plugin: Update copyright header.
      ntpd plugin: Report failures of "ntpd_do_query" as *errors*, not debug messages.
      configure.in: Fix (de)activation of the Swap plugin for OpenBSD.
      configure.in: Using sysctl(3) for swap statistics is only possible under Mac OS X.
      teamspeak2 plugin: Include <netinet/in.h> before <arpa/inet.h>.
      src/common.c: Include <netinet/in.h> before <arpa/inet.h>.
      src/collectd.conf.in: Remove the "TranslateDevicename" option from the "hddtemp" plugin.
      varnish plugin: Use a DERIVE type for allocated and free bytes.
      exec plugin: Remove useless preprocessor stuff.
      Merge branch 'collectd-4.9' into collectd-4.10
      Merge branch 'collectd-4.10' into collectd-5.0
      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
      Merge branch 'collectd-4.10' into collectd-5.0
      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.
      Merge branch 'collectd-4.10' into collectd-5.0
      ChangeLog: Add release date.

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                      |   38 ++++++++++++-
 README                         |    6 +-
 configure.in                   |  128 +++++++++++++++++++++++++++++++---------
 contrib/migrate-4-5.px         |   29 ++++++++-
 src/bind.c                     |   14 ++++-
 src/collectd-nagios.c          |   44 ++++++++++----
 src/collectd.conf.in           |    7 --
 src/collectd.conf.pod          |   13 +++-
 src/collectdctl.c              |   45 ++++++++++----
 src/common.c                   |   24 ++++---
 src/configfile.c               |   37 +++++++++---
 src/configfile.h               |   12 ++--
 src/curl_json.c                |    8 ++-
 src/dns.c                      |   10 ++-
 src/exec.c                     |    4 -
 src/filter_chain.c             |   15 ++++-
 src/java.c                     |    4 +-
 src/libcollectdclient/client.c |   25 ++------
 src/libvirt.c                  |   20 +++++--
 src/modbus.c                   |   13 ++--
 src/mysql.c                    |    4 +-
 src/ntpd.c                     |   19 +++---
 src/plugin.c                   |   65 +++++++++++++++------
 src/plugin.h                   |    4 +-
 src/processes.c                |    2 +-
 src/python.c                   |   10 ++--
 src/swap.c                     |    2 +-
 src/teamspeak2.c               |    2 +-
 src/threshold.c                |   39 +++++++++---
 src/types.db                   |   16 ++++--
 src/types_list.c               |    4 +
 src/utils_dns.c                |   17 ++++-
 src/varnish.c                  |   12 ++--
 src/zfs_arc.c                  |    2 +-
 34 files changed, 489 insertions(+), 205 deletions(-)
---



More information about the collectd-changes mailing list