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

Florian Forster octo at verplant.org
Wed Nov 28 08:44:45 CET 2012


Tag 'collectd-4.10.8' created by Florian Forster <octo at collectd.org> at 2012-11-28 07:43 +0100

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

iQIcBAABAgAGBQJQtcC8AAoJEFCaZHVExRxoP20P/39HwNwX+Wzpb3dMWFROD1+d
1tjEbo0VOu1NpNETT6taox2bMg8YTNiCivi2u20otaP5A0KUpLfMkrrHAtvdZWLe
50FcZhoBrqYy8rI91BPJ8xGpOcnwZCJGip8jZ6Mm52KR5byfr17vMOtj9n6g4C7p
ZRb+aAc2KWxxyZ1KdFUTlNY+sDkMKWWGpjNW2YGmzDpVoRYNDWTqrlngKEL20Kxv
Oqv5Sew0lhEpuUjco5bVhooGzoctjqxgqcQ0u1LE9L8UlVUvB0myOnRw06tAfXmI
bVkqgtBba4vmPVqQr4mRO2BLIciYRtPJRg+/LIBgdAsVSax1Bo5UM2IAOtnkmHSn
TG0w4PEcgfJDklPQ5skhpNL+4dHg+Vb20F5imsw+Uk29xZlqh5skc3tAYk57pEY4
hh+lpx3bgJYcRdi1lY/s2/KloKHmk2TC98wtQDUXmBfM6F2V3dqHJhYKJllY8k6t
L3N9WlAjXKLWhPtPdBUNe0AjArN1ksb+FwXebjLr9ztQL7almHh+jJy9aIS5xeop
AHEu4VY5QrbgnaUjrkgfQR74pfPbS3T8nFs4wQcrxb/VMv0WL+IXq3URgZjRjm1a
B4gBPjzENzpfy1H9JTY0DIocUUyum2OgmKDCncUmP+RT9ZasgSNnkU+z1UMLP6pp
QFlU7VnLNMyMgWyiez3/
=BiVk
-----END PGP SIGNATURE-----

Changes since collectd-4.10.7:
Brian Aker (1):
      1) Cleans up one configure.ac error AC_LINK_IFELSE requires AC_LANG_PROGRAM (or something similar) to get the setup right.

Bruno Prémont (1):
      df plugin: when checking / do it just once

Chris Lundquist (2):
      network.c: workaround for broken OSX compilers issuing false warnings
      network.c: call gcry_check_version() as required by library.

Dan Thomson (1):
      snmp plugin: Fix error message printed by the "Shift" option.

Daniel Sutto (1):
      Fix bad definition of UDP src port in DNS plugin.

Fabien Wernli (1):
      fix Host config being ignored

Florian Forster (40):
      Create directories with permission 0777.
      netapp plugin: Close connection on communication errors.
      src/utils_avltree.c: Add sanity check to c_avl_destroy().
      collection3: Filter out identifiers with control characters.
      src/utils_dns.c: Rename the "s_addr" and "d_addr" variables.
      src/utils_dns.c: Remove duplicate line.
      collection3: Use {instance} in Df's grpah title.
      oracle plugin: Report the "connect id" when OCILogon() fails.
      oracle plugin: Add database name and query name (if applicable) to error messages.
      collectd.conf(5): Improve description of the configuration syntax.
      src/Makefile.am: Unconditionally link collectd with libm.
      src/common.c: get_kstat_value: Check the arguments and return error codes.
      src/common.c: Add missing semicolon.
      snmp plugin: Check for SNMP_ENDOFMIBVIEW.
      Merge branch 'ff/kstat' into collectd-4.10
      configure.in: Make sure sa_familiy_t is defined when checking rtnl_dump_filter().
      exec plugin: Really remove STDERR from the select() set.
      swap plugin: Add the "ReportBytes" option.
      Revert "swap plugin: Add the "ReportBytes" option."
      src/utils_db_query.c: Use the right field when checking for size.
      apcups plugin: Make sure the socket is closed on errors.
      apcups plugin: Add function net_shutdown().
      apcups plugin: Retry sending the "status" command.
      curl_xml plugin: Mark read-only strings as const.
      snmp plugin: Improve some comments.
      snmp plugin: Rename a couple of confusing variables.
      snmp plugin: Expand tabs.
      snmp plugin: Improve subtree matching.
      configure: Only set the Perl interpreter if the argument is a file.
      snmp plugin: Fix iterating over tables without an instance configuration.
      snmp plugin: Check the return value of csnmp_oid_suffix().
      snmp plugin: Fix incorrect comparison in csnmp_oid_compare().
      Merge branch 'ff/snmp' into collectd-4.10
      src/utils_db_query.[ch]: Remove duplicate "const" modifier.
      disk plugin: Multiply the average read/write latency with the interval.
      Merge remote-tracking branch 'trenkel/collectd-4.10' into collectd-4.10
      ping plugin: Refactor "ping_thread": Move iteration over hosts into a function.
      ping plugin: Don't abort the "ping_thread" when ping_send() fails.
      Bump version to 4.10.8; Update ChangeLog.
      Update version-gen.sh.

Gerrie Roos (2):
      Fixed various collectd memory leaks.
      Fixed collectd's unixsock read interrupted by SIGCHLD's.

Idan Kamara (5):
      collectd-python.conf(5): capitalize Python
      collectd-python.conf(5): fix trivial spelling mistakes
      collectd-python.conf(5): change phrasing of minimum required version
      collectd-python.conf(5): change phrasing of function descriptions
      collectd-python.conf(5): fix register_* argument description

KIvosak (1):
      Change the libnetlink function used to query link statistics to match iproute2's behavior and thus not trip on the kernel's new parsing of optional attributes for RTM_GETLINK.

Pascal Hofmann (1):
      Fix for config file parsing ("memcachec plugin: Option `Server' not allowed here.")

Sebastian Harl (4):
      netlink plugin: Check for the number of arguments to 'rtnl_dump_filter'.
      configure: Use AC_INCLUDES_DEFAULT when checking any libkvm stuff.
      configure: Don't add -liptc to the global LIBS setting.
      bindings/Makefile: perl: Use INSTALL_BASE rather than PREFIX.

Sven Trenkel (1):
      python: Fix memory leaks.

Will Hawkins (1):
      Fix out-of-bound index in rrdtool.c

Yves Mettier (1):
      Fixed bugs that prevented to "make distcheck"

hume-github (2):
      Multithreading fix: localize unneeded global variable
      Fix for Solaris when setting ip-opt multicast-loop (must be a char, not int).

---
 ChangeLog                                         |   42 ++
 Makefile.am                                       |    7 +-
 bindings/Makefile.am                              |   51 ++-
 configure.in                                      |  105 ++++-
 contrib/collection3/bin/index.cgi                 |   26 ++
 contrib/collection3/lib/Collectd/Graph/Type/Df.pm |    4 +-
 src/Makefile.am                                   |   10 +-
 src/apcups.c                                      |  107 +++--
 src/collectd-python.pod                           |   83 ++--
 src/collectd.c                                    |   64 +--
 src/collectd.conf.pod                             |   42 +-
 src/common.c                                      |   17 +-
 src/curl_xml.c                                    |    8 +-
 src/df.c                                          |    2 +
 src/disk.c                                        |   20 +-
 src/exec.c                                        |   15 +-
 src/memcachec.c                                   |    2 +-
 src/meta_data.c                                   |    1 +
 src/netapp.c                                      |   44 ++-
 src/netlink.c                                     |   22 +-
 src/network.c                                     |   58 ++-
 src/oracle.c                                      |   57 ++-
 src/ping.c                                        |  194 ++++-----
 src/python.c                                      |   67 ++--
 src/pyvalues.c                                    |  161 ++++----
 src/rrdtool.c                                     |    2 +-
 src/snmp.c                                        |  440 +++++++++++++--------
 src/unixsock.c                                    |   15 +-
 src/utils_avltree.c                               |    2 +
 src/utils_db_query.c                              |   24 +-
 src/utils_db_query.h                              |    6 +-
 src/utils_dns.c                                   |   19 +-
 src/utils_fbhash.c                                |    1 +
 src/zfs_arc.c                                     |    5 +-
 version-gen.sh                                    |    2 +-
 35 files changed, 1113 insertions(+), 612 deletions(-)
---



More information about the collectd-changes mailing list