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

Florian Forster octo at verplant.org
Fri Jul 9 11:40:10 CEST 2010


Tag 'collectd-4.9.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2010-07-09 10:40 +0200

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

iEYEABECAAYFAkw27nAACgkQjvke9ZFSPD1NtgCfT2mv2MbmQwGrL+IhqcOVVylu
ou4AoIOKKDKiJY7VnKRxu4ziNycwuE9Y
=1nSJ
-----END PGP SIGNATURE-----

Changes since collectd-4.9.2:
Alexander Wuerstlein (1):
      Fix usage of Solaris /usr/bin/echo

Aurelien Reynaud (2):
      processes.c: fix uninitialized variables warnings
      snmp.c: compilation fixes for AIX

Aurélien Reynaud (2):
      Solaris 8 fixes: Fall back to putenv(3).
      Solaris 8 fixes: Check for <stdint.h> before inclusion.

Florian Forster (20):
      collectd-nagios.c: Output performance data with the "%f" format string.
      configure.in: Put conditionals around <inttypes.h>, too, for consistency's sake.
      Merge branch 'collectd-4.8' into collectd-4.9
      Build system: Check for "strtok_r" availability with "-Wall -Werror" when using GCC.
      Merge branch 'collectd-4.8' into collectd-4.9
      Merge remote branch 'origin/collectd-4.9' into collectd-4.9
      snmp plugin: Don't print a warning if the ASN type is "ASN_NULL".
      snmp plugin: csnmp_value_list_to_value: Include the OID in the log message.
      contrib/GenericJMX.conf: Use the "jmx_memory" type.
      Merge remote branch 'tokkee/sh/collectd-4.9' into collectd-4.9
      bind plugin: Fix building with --enable-standards.
      bindings/java/Makefile.am: Fix rebuilding of Java plugins.
      collection3: Add graphs for "bitrate", "signal_power", "signal_quality", and "snr".
      collection3: Add Windows data sources to the "memory" graph.
      collection3: df_complex graph: Add "reserved" space.
      df plugin: Report an error if "cu_mount_getlist" fails.
      df plugin: Remove the complaint code again.
      Remove usage of obsoleted XSI extensions wrt. the "test" command.
      src/plugin.c: Check "read_loop" when returning from "pthread_cond_timedwait".
      Bumped version to 4.9.3; Updated ChangeLog.

Johan Van den Brande (1):
      Bugfix for libcollectdclient lcc_putval.

Luke Heberling (1):
      powerdns plugin: Fixed communication when talking to pdns 2.9.22.

Max Henkel (2):
      configure.in: htonll check depends on linker
      collectd2html.pl: Produce XHTML output.

Sven Trenkel (2):
      python: Fixed a crash if the plugin was loaded but not configured.
      python: Fixed some memory leaks in the write and notification callbacks.

Thorsten von Eicken (1):
      rrdcached.c needs to include rrd.h

Timur Kirilichev (1):
      collectd2html.pl: Further improvements to the XHTML support.

Yuri D'Elia (1):
      collectd2html: Fixed recursive mode.

---
 ChangeLog                               |   24 +++++++++++++++
 bindings/java/Makefile.am               |    2 +-
 configure.in                            |   37 ++++++++++++++++++-----
 contrib/GenericJMX.conf                 |   13 ++++++--
 contrib/collectd2html.pl                |   49 +++++++++++++++++++------------
 contrib/collection3/etc/collection.conf |   48 +++++++++++++++++++++++++++++-
 src/bind.c                              |    6 +++-
 src/collectd-nagios.c                   |    6 ++--
 src/df.c                                |    3 ++
 src/exec.c                              |   12 +++++++
 src/libcollectdclient/client.c          |    4 +-
 src/libcollectdclient/client.h          |    4 ++-
 src/plugin.c                            |    7 +++-
 src/powerdns.c                          |   21 +++++++++++--
 src/processes.c                         |    5 +++
 src/python.c                            |   17 ++++++++--
 src/rrdcached.c                         |    1 +
 src/snmp.c                              |   18 ++++++++++-
 version-gen.sh                          |    4 +-
 19 files changed, 227 insertions(+), 54 deletions(-)
---



More information about the collectd-changes mailing list