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

Florian Forster octo at verplant.org
Sat Nov 27 11:05:54 CET 2010


Tag 'collectd-4.10.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2010-11-27 10:03 +0100

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

iQIcBAABAgAGBQJM8NeFAAoJEMPSHpbi2MmgU0UP/3+Y44KVdjCo+AnzIYJvnI/G
bzy5g3z5dJFwy2mVlWoXnJ66eknxmw5+6lJyYKhbgmf6BTwnU0bfBXOrtfDS9hVP
pLEO7sZnaU7YFFEsnhNAQf9dLepK0e2AJrCgMRbre3mXRV6b1ZwDh3zr8ViiQoi1
ECjh7HJASvWjNU7nNnS3XRYOearxID97UENLnb7JwrSruxJrWJ/gnAfB/5d0DO+5
XhIIzftvwugFdSU/8GB6Kic6FKXUtLodsMYBOTAdVWHGvkhhDFxqEvnXs9n55Loo
mz8fRPRoXhRKqoqL7+HLuetiV6Pfia3aBXm3VNJCwGTAv1h9E80ppk6SL/cmzJ7J
tp7aaiq03swdu6aG1ccum5sd+Gw65yoG5g0ffws9ZBOx/OzxQoKjaP/254UtUQUD
rsKgSbqVHuI8EaPY1/Q7xnwQ1I/FlA6yUZfIuPNrXi4iNy29OAzHxprcS+fTEk5c
5K+trrwn2skhgG8YMjIfxOZj70jjOogoTqQboPdqxB7Nqu43UztM7r9l8REI7RXj
prdhbpNH2t0B4epwHMvMmnea5KzAQsGdhY3OHFV/rmgyQI+SykQTHhZLIIhmRFf6
RT7c8FbicMQC7bqecyEOGliW19c5KNuX3UdwaQRcuO9oBxCrzHzhkZl5QceTdxCM
mwwrJXi0gXSJ5Qc4ej4B
=jpkA
-----END PGP SIGNATURE-----

Changes since collectd-4.10.1:
Aurelien Reynaud (1):
      Fix errno thread-safety under AIX

Florian Forster (32):
      curl_json plugin: Use the "number" callback of libyajl.
      curl_json plugin: Use a more descriptive define as return value.
      curl json: Fix checking the response code.
      src/configfile.c: Continue parsing config files if stat'ing one file fails.
      src/utils_match.h: Fix a bug preventing derive values from being handled correctly.
      src/utils_match.c: Use strtoull(3) for counter and absolute data sources.
      collectd.conf(5): Document he "Derive*" and "AbsoluteSet" DSTypes of the tail plugin.
      src/plugin.c: Improve an info message.
      Merge branch 'collectd-4.9' into collectd-4.10
      src/utils_heap.c: Fix calculation of the parent's index.
      Merge branch 'collectd-4.9' into collectd-4.10
      src/collectd.conf.in: Move "TimeToLive" before the "Server" and "Listen" statements.
      network plugin: Use the complain mechanism to inform the user about ignored signatures.
      notify_email plugin: Serialize all accesses to libesmtp using a mutex.
      notify_email plugin: Check for "session == NULL" and return gracefully.
      collection3: Add graph for "ps_disk_octets".
      src/collectd.h: Do not include <sensors/sensors.h> here.
      curl_json plugin: Restore struct when handling error.
      src/utils_cache.c: Replace a left-over hard-coded default of "2" with "timeout_g".
      src/types.db: Remove unused type "pinba_view".
      Merge remote branch 'trenkel/collectd-4.10' into collectd-4.10
      README: Add libperfstat as an optional dependency.
      Merge branch 'collectd-4.9' into collectd-4.10
      src/utils_rrdcreate.c: Remove a too strict assertion.
      processes plugin: Don't complain about a failed open(/proc/$PID/cmdline)
      collectd.conf(5): Document the dangers of messing with the interval setting.
      Merge remote branch 'trenkel/collectd-4.9' into collectd-4.9
      swap plugin: Fix a bug collecting swap I/O.
      Merge remote branch 'trenkel/collectd-4.9' into collectd-4.9
      Bump version to 4.9.4; Update ChangeLog.
      Merge branch 'collectd-4.9' into collectd-4.10
      Bump version to 4.10.2; Update ChangeLog.

Garret Heaton (1):
      Fix incorrect error logging.

Jerome Oufella (1):
      collection3: fix multiple hosts selection issue

Sebastian Harl (4):
      collectd.conf(5): Documents LoadPlugin's "Globals" option.
      collectd-perl(5): Mention that "Globals" should be enabled.
      utils_match: Let '^' and '$' affect lines rather than the full string.
      src/utils_tail: Remove newline characters at the end of a line.

Sven Trenkel (6):
      Fixed possible memory leak in case of broken match_value configs.
      Add sys.argv. Not too many programs consider the possibility that it might not exist resulting in unhandled exceptions.
      Fixed epic documentation fail. Python3 and meta-data support was added with 4.10 but is still listed as missing.
      netapp plugin: Fixed a bug that prevented the configured interval to be passed on to the dispatch function.
      Fixed RedHat init script to shut down collectd on reboot/halt.
      netapp: Fixed incompatible changes between NetApp Release 7.2 and 7.3 that prevented collecting SIS data

---
 ChangeLog                                        |   57 ++++++++++++
 README                                           |    3 +
 configure.in                                     |    4 +
 contrib/collectd_unixsock.py                     |   12 ++--
 contrib/collection3/etc/collection.conf          |   10 ++
 contrib/collection3/lib/Collectd/Graph/Common.pm |    4 +-
 contrib/redhat/init.d-collectd                   |    7 +-
 src/collectd-perl.pod                            |   10 ++-
 src/collectd-python.pod                          |   18 +++--
 src/collectd.conf.pod                            |   59 +++++++++++--
 src/collectd.h                                   |    4 -
 src/configfile.c                                 |   13 ++-
 src/curl_json.c                                  |  106 +++++++++++-----------
 src/match_value.c                                |    9 ++
 src/netapp.c                                     |   95 +++++++++++---------
 src/network.c                                    |    8 ++-
 src/notify_email.c                               |   45 ++++++++--
 src/plugin.c                                     |    7 ++-
 src/processes.c                                  |   13 ++-
 src/python.c                                     |    4 +
 src/swap.c                                       |    2 +-
 src/types.db                                     |    1 -
 src/utils_cache.c                                |    2 +-
 src/utils_heap.c                                 |    9 ++-
 src/utils_match.c                                |   10 +-
 src/utils_match.h                                |    8 +-
 src/utils_rrdcreate.c                            |    3 +-
 src/utils_tail.c                                 |    9 ++
 version-gen.sh                                   |    2 +-
 29 files changed, 372 insertions(+), 162 deletions(-)
---



More information about the collectd-changes mailing list