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

Florian Forster octo at verplant.org
Wed Nov 28 08:42:58 CET 2012


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

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

iQIcBAABAgAGBQJQtcBiAAoJEFCaZHVExRxo7a8P/3lxGSxcl/AXIOxZyN7HblVo
n2aJUkUiJ4gkLqPdWaEJAVToo2mFK8su5TU4yYTw/RPtePyhV1lpyEbXRexP8jsK
JzS6Plx8U+R0ov4kvyH/WUpyEnMHuHb8dFbIQIk8hduM3Mwi38OltG+pKjMiwkTf
eipkCUSn3HudwpXbtTyJucfMsmFjipSo5wxSVwNzzvospiiZCfg3kghJLZyTtnLh
jkNQlUJXEo43beMnbO42VHe6mEgy014PWe2BdIIa8REKzDBHKy/u6HQpGxOv6gDn
GxFB7OLbyY7rPw+HEWZtYGeb7gNqdvZgETkqqdy+z97de1PCC7tUpdS5+VaVco/r
NLLO26MftItQzJh8jsuPvCv4+UAPDKgn6kClm/+se8t31Jz0bK21T1XdQcbmHklI
vi3HdC4/Lpkz6d7oKUtro8Zex/ABquLUhrKCpUyjxr1a6lyLElvRutfcZVWRAYNm
q6uZjLGK/ycuXiqXc42JtkHE2c+cWCZy3f8S0ibNIwzvHpkFACTKhVHYhoQlEBfa
DCECNJAwbLxLOx+ME7Zxp/f5GS9hbxb2optGmB5Iac22tP86Dp+A8jXZDQOZsce/
H9UYsTb5vTIgKqipv4mdT0jLLvfUPm8NfzxqAx32gFAQJjI5I/iEnj8ioNls0RpG
eFuxVrx0Mz3OQ68rL+qp
=vsl8
-----END PGP SIGNATURE-----

Changes since collectd-5.1.0:
Adrian Perez (1):
      Set license info line to ”GPLv2 or newer”

Benjamin Jacobs (2):
      Automake 1.9 compatibility: don't use $(builddir)
      Add missing return statements

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 (3):
      Fix to make write_mongodb work with any version of mongo-c-driver
      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 (66):
      Create directories with permission 0777.
      contrib/collection3: Ignore control characters.
      collectdctl: Fix PUTVAL for data sets with multiple data sources.
      collectd.conf(5): Fix typo.
      netapp plugin: Close connection on communication errors.
      src/utils_rrdcreate.c: Handle "last update" in a saner way.
      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.
      Merge pull request #97 from tokkee/sh/swap
      collectd.conf(5): Improve description of the configuration syntax.
      contrib/migrate-4-5.px: Break up "df" RRD files into multiple files.
      Merge pull request #109 from tokkee/sh/collectd-5.0
      Merge branch 'sh/collectd-5.1' into collectd-5.1
      Merge pull request #124 from tokkee/bj/build
      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 'collectd-4.10' into collectd-5.0
      Merge branch 'collectd-5.0' into collectd-5.1
      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.
      ethstat plugin: Fix off-by-one error.
      ethstat plugin: Initialize realloc'ated memory.
      Merge branch 'collectd-4.10' into collectd-5.0
      Merge branch 'collectd-5.0' into collectd-5.1
      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().
      src/utils_avltree.c: Fix an off-by-one error in c_avl_insert().
      Merge branch 'ff/snmp' into collectd-4.10
      Merge branch 'collectd-4.10' into collectd-5.0
      Merge branch 'collectd-5.0' into collectd-5.1
      src/utils_db_query.[ch]: Remove duplicate "const" modifier.
      Merge remote-tracking branch 'origin/collectd-5.1' into collectd-5.1
      disk plugin: Multiply the average read/write latency with the interval.
      Merge branch 'collectd-4.10' into collectd-5.0
      Merge branch 'collectd-5.0' into collectd-5.1
      Merge remote-tracking branch 'trenkel/collectd-4.10' into collectd-4.10
      collection3: Remove duplicate definition of contains_invalid_chars().
      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.
      Merge branch 'collectd-4.10' into collectd-5.0
      Bump version to 5.0.5; Update ChangeLog.
      Merge branch 'collectd-5.0' into collectd-5.1
      Bump version to 5.1.1; Update ChangeLog.

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

Jonathan Huot (1):
      Added the instance name to varnish API

JonathanHuot (1):
      libs varnish & varnishcompat are NOT needed. "pkg-config --libs varnishapi" output only libvarnishapi as well

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.

Manuel Luis Sanmartin Rozada (1):
      The commit 3bda88e8b425f43644e303e6957e38ae59c1bc83 change the shell from sh to bash.

Mathijs Möhlmann (1):
      configure: Define _REENTRANT when compiling on Solaris.

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

Sebastian Harl (10):
      nfs, zfs_arc plugins: Fixed discards qualifiers from pointer target type warn.
      nfs, zfs_arc plugins: Make sure to return from non-void function.
      swap plugin: Don't report an error if there is no swap space on Linux.
      contrib/migrate-4-5.px: Added missing end quotes in a call to rrd_filter.px.
      mysql plugin: Use the database instance name for identifying read callbacks.
      configure, utils_dns: Check for and use netinet/ip_compat.h.
      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"

biancalana (1):
      Correct compilation on FreeBSD, set HOST_NAME_MAX to _POSIX_HOST_NAME_MAX if isn't defined

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

m4rienf (2):
      Updated Adrian Perez' 2009 Python network proto classes
      corrected high-resolution time conversions after code review

---
 ChangeLog                                         |  152 ++++++++
 Makefile.am                                       |    7 +-
 bindings/Makefile.am                              |   51 ++-
 configure.in                                      |  110 +++++-
 contrib/collectd_network.py                       |   64 ++--
 contrib/collection3/bin/index.cgi                 |   26 ++
 contrib/collection3/lib/Collectd/Graph/Type/Df.pm |    4 +-
 contrib/migrate-4-5.px                            |   24 +-
 src/Makefile.am                                   |   12 +-
 src/amqp.c                                        |    1 +
 src/apcups.c                                      |  107 ++++--
 src/collectd-python.pod                           |   83 ++--
 src/collectd.c                                    |   64 ++--
 src/collectd.conf.pod                             |   44 ++-
 src/collectdctl.c                                 |    2 +-
 src/common.c                                      |   17 +-
 src/curl_xml.c                                    |    8 +-
 src/df.c                                          |    2 +
 src/disk.c                                        |   20 +-
 src/email.c                                       |    5 +-
 src/ethstat.c                                     |    3 +-
 src/exec.c                                        |   15 +-
 src/memcachec.c                                   |    2 +-
 src/meta_data.c                                   |    1 +
 src/mysql.c                                       |    4 +-
 src/netapp.c                                      |   44 ++-
 src/netlink.c                                     |   22 +-
 src/network.c                                     |   58 ++-
 src/nfs.c                                         |    4 +-
 src/oracle.c                                      |   57 ++-
 src/ping.c                                        |  194 +++++-----
 src/python.c                                      |   67 ++--
 src/pyvalues.c                                    |  161 ++++----
 src/redis.c                                       |    4 +
 src/rrdtool.c                                     |    2 +-
 src/snmp.c                                        |  423 +++++++++++++--------
 src/unixsock.c                                    |   15 +-
 src/utils_avltree.c                               |    3 +
 src/utils_db_query.c                              |   16 +-
 src/utils_db_query.h                              |    6 +-
 src/utils_dns.c                                   |   25 +-
 src/utils_fbhash.c                                |    1 +
 src/utils_rrdcreate.c                             |    4 +-
 src/varnish.c                                     |    5 +
 src/write_mongodb.c                               |    9 +-
 src/zfs_arc.c                                     |   11 +-
 version-gen.sh                                    |    8 +-
 47 files changed, 1318 insertions(+), 649 deletions(-)
---



More information about the collectd-changes mailing list