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

Florian Forster octo at verplant.org
Sat Nov 27 10:58:35 CET 2010


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

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

iQIcBAABAgAGBQJM8NW5AAoJEMPSHpbi2MmgOA0P/AvqAr7QlelfVU2DxtCcyAdC
pYtEsKmxL/JBUMKOK/GqIhzRtIDiI99axjkNgivKEtufYeLVXV2fLMyB+dv/601c
P2Af8t0y1vAE8M8y1Pnyqh9l+rfMgF4f/nxkn651mcCmss/TJJ8k6fU3snQFrAws
yYlc6BG2FlcVxqCY/Rp+5S1zmL8cl3rESgZ4Cq8TZPD6WbmczmkCfHH6OaBx9Q1+
uvq4dBikJM+rzo0ORLPuYD4FcSLnmhduVC5QtnREYBpORO5HmSkWPo27M5RZ+nsF
SGYBgJs5rtd51cdXy53AD2oLGyJe9J+boSoUfJZFfJJHzF0UkIfQU+QnUJXI8eaq
13Ebg5GKtPRk4ZLViiy/4eUAuDvLavynYciFoT78BW7gcYtAZdb3v4EJFPCeEmVS
PLB+gWOnUHzgciLi37RXAovo2qFiJvUFiDN6hrREUjJ0GcWOuKvGqdnmotWtnfQW
s8i3vknLRIZ1hGV8KWfaawJnQmDuiHPr7tIwybtE9AypVXVxci7JnLM4YmCpRnlV
L6VwoNEGumyYBZ1zS8G11EVQw7vplTr5cSuzYya363RaZ75GFAsNDvi7SMjhc6Q7
8Q8x6DpsVGnOXgRbDXrog8OwjdRBW1O7PbGEVRPQ9v/aH+60WMSoAUXBjIogCUb6
pmfBc3DYG8BI6ddwErTX
=2a/Y
-----END PGP SIGNATURE-----

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

Florian Forster (23):
      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.
      src/utils_heap.c: Fix calculation of the parent's index.
      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.
      README: Add libperfstat as an optional dependency.
      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
      Merge remote branch 'trenkel/collectd-4.9' into collectd-4.9
      Bump version to 4.9.4; Update ChangeLog.

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 (5):
      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.
      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                                        |   27 ++++++
 README                                           |    3 +
 configure.in                                     |    4 +
 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                          |   10 ++
 src/collectd.conf.in                             |    2 +-
 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/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 +-
 26 files changed, 334 insertions(+), 147 deletions(-)
---



More information about the collectd-changes mailing list