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

Florian Forster octo at verplant.org
Fri Oct 14 22:44:56 CEST 2011


Tag 'collectd-4.10.4' created by Florian Forster <octo at collectd.org> at 2011-10-14 21:44 +0200

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

iQIcBAABAgAGBQJOmJ8UAAoJEMPSHpbi2MmgNVgQAKD1+r7ZLvhWVH4FWkxSkGfc
hDDhKFYVGNPhHcQSkF1cUv+Vuy3M0vPJdsnE9V8O42VMZeQ7jE8kA7bWLgRhT0xh
Dl6ywBLNogaA+L6KtPvaYdxyJjHnXfUcNH9Kw2vhyr0CmUw1QNe6pxoURqwxtsfX
cjL+GZaA97v9Ohrl8fjNWw6iU+WnxWg0VKGZdgHtJ8n1WOwqZvNacAp6eNYfvpuR
1MnEQ1cyRjytiISimnWVuVRThG3360rfr46OBuF5BK0eC7JP6D8mhQzN6RnZD0Zy
4H8HhcA7cdsR5GMEprcuNhYjg4+850qGEfdfOj4Ew1q1sEWrqwTCtDutHgDC2wH7
LxOWNw36ThYvNXB8xMVPdffpXYeTcSiQW8k6S9bpBDDKb51CEAdigt96Qw1F79zX
Kflj2DcOCpiCKkIINkIBoen18qwBejL4s/vJodRPhewAVC1gLivQEgHyZKzRxx/U
0M5FmMbGFXFuBxFzaj1ti/ciw5jFtETwTRpEve5OuUF66HPZ9V41sB9/obK0ow/f
8t7MaiXskZExTSOJIPtud4ns6TRBFbWJ/cC4PvRAA2qkupc3CL1oQMjipEyZytuv
BddWBlgcKOff+KCHLFWh0gaUVElkGIB8KZrwJPyaVWzoE65Y8/n2KORtV55FuSuh
JIfBhzZDerL/bmKc2SrW
=C8qQ
-----END PGP SIGNATURE-----

Changes since collectd-4.10.3:
Aurelien Reynaud (1):
      Add RPM .spec file and startup script for AIX

Bostjan Skufca (1):
      irq plugin: Implement collection of non-numeric interrupts.

Colin Patrick McCabe (1):
      src/csv.c: use a bigger buffer

Florian Forster (12):
      df plugin: Improve error message.
      curl_json plugin: Add compatibility code for libyajl v2.
      notify_email plugin: Remove useless function and fix indentation.
      mysql plugin: Remove sideeffect-free function call.
      configure.in: Add AC_CONFIG_AUX_DIR for libltdl.
      configure: Link with ip4tc and ip6tc, too.
      Merge "fix xff excessive rounding" into collectd-4.10
      curl_json plugin: Be more clever building the type instance.
      Merge "curl_json plugin: Be more clever building the type instance." into collectd-4.10
      collectd.conf.in: Use the "Globals" option for perl and python.
      Bump version to 4.10.4; Update ChangeLog.
      ChangeLog: Add thanks to Peter Green.

Francois-Xavier Bourlet (1):
      fix xff excessive rounding

Mike Flisher (1):
      Various plugins: Set the cURL option "CURLOPT_NOSIGNAL".

Peter Green (1):
      Many build fixes that turned up with GCC 4.6.

Peter Warasin (1):
      collectd_unixsock.py: Fix infinite wait.

Rafal Lesniak (1):
      src/meta_data.c: Free a leaking mutex.

Samuli Suominen (1):
      notify_desktop plugin: Add compatibility code for libnotify 0.7.

Sebastian Harl (2):
      .gitignore: Added collectdctl.
      processes plugin: Fixed handling of ProcessMatch regexes containing spaces.

Xavier Mehrenberger (1):
      src/plugin.c: add info to 'Invalid value list' error message

---
 .gitignore                   |    1 +
 ChangeLog                    |   25 +++++++++++
 configure.in                 |    5 ++-
 contrib/aix/collectd.spec    |   75 +++++++++++++++++++++++++++++++++
 contrib/aix/init.d-collectd  |   79 +++++++++++++++++++++++++++++++++++
 contrib/collectd_unixsock.py |   10 +++--
 src/apache.c                 |    1 +
 src/ascent.c                 |    1 +
 src/bind.c                   |    1 +
 src/collectd.conf.in         |    8 +++-
 src/csv.c                    |    2 +-
 src/curl.c                   |    1 +
 src/curl_json.c              |   78 ++++++++++++++++++++++++++++++-----
 src/curl_xml.c               |    1 +
 src/df.c                     |    5 ++-
 src/disk.c                   |    2 -
 src/irq.c                    |   81 +++++++++++++++++-------------------
 src/java.c                   |    6 +--
 src/libvirt.c                |    4 --
 src/match_empty_counter.c    |    2 -
 src/meta_data.c              |    1 +
 src/mysql.c                  |    2 -
 src/network.c                |    6 +--
 src/nginx.c                  |    1 +
 src/notify_desktop.c         |   11 +++++-
 src/notify_email.c           |    7 ++-
 src/owniptc/libiptc.c        |    6 +--
 src/plugin.c                 |    3 +-
 src/processes.c              |   93 +++++++++++++++++++++++-------------------
 src/teamspeak2.c             |    7 +++
 src/utils_dns.c              |    2 -
 src/utils_rrdcreate.c        |    2 +-
 src/write_http.c             |    1 +
 version-gen.sh               |    2 +-
 34 files changed, 396 insertions(+), 136 deletions(-)
---



More information about the collectd-changes mailing list