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

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


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

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

iQIcBAABAgAGBQJOmJ88AAoJEMPSHpbi2MmgBp4QAMfJhstUBopiNvh3h4dXWTqx
0sAIJqVbo3jd9h/PmFugZcA+HCcFjxrXDYo5CDa/0fGV5aNuH8N0V6dByJmUKBmQ
l1mywdR2I0zpCNZ33yg/HfooT7uylPOflaYT1q5pug3TKj4w2B1xVzG1wMmfVf2T
WzhhCRJmbA0VV+ZspldgnydOXEMGmdxhKKBPuqWXaUK4gxQDS+n7Gn4mR9rez+VG
cd0WVCGo9juLwhU0vr7zg4Gm+FfgtOZZDuOCM3APJlPyF3+O4axEjw8PP7MG21U4
V11AfJF5Cg2xdpXUzB42jbfhgleRuHx7FVcBhgV+xqPwEoB+VrmWU50kxov24quT
b8ohH2uhITts5kb8TnhDKsYbtl+ZA6r18ANJvm6Q/iCDaiQx3eJLYtSzuPAIJ9ig
3avAU0NmYDv+OAqwgv7bQHpVa3gJNzioItN4fMPf9QGPW8kBXfyn9kh3Q2mGGWEn
Ov+IuUDHAf1u7kiBqUB+Z4WRdllnHmhLREsuyKZKCP1yZYtE5zWdDj98zik3HQ5/
bBj74lDZPFxSFJggP5Ah0kd96ATE4znhuNwsP9Zlos8D3roDOyOurFLAwSIwIP/D
1rmmQmV92Qnz6PmdwTw2jAFswfH55bY0tklK4Z/teMPOLE9u/robvizmZUJf+KF4
3C6Au/1YPohLVMh/A3Pe
=NBmS
-----END PGP SIGNATURE-----

Changes since collectd-5.0.0:
Alexander Kovalenko (1):
      exec plugin: Fixed incorrect typecast of 64-bit timestamp to unsigned int (collectd-5.0)

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 (25):
      src/collectd.h: Define "_Bool" to "int" if the C compiler doesn't know the type.
      contrib/migrate-4-5.px: Remove useless "OutDir" option.
      contrib/migrate-4-5.px: "df" does not have COUNTER DSTs.
      df plugin: Improve error message.
      curl_json plugin: Add compatibility code for libyajl v2.
      src/utils_format_json.c: Correctly format the time of value lists.
      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 branch 'collectd-4.10' into collectd-5.0
      rrdtool plugin: Fix warning about unused variable "stepsize".
      Merge "fix xff excessive rounding" into collectd-4.10
      Varnish plugin: Fix gauge vs. derive issues.
      curl_json plugin: Be more clever building the type instance.
      Merge "exec plugin: Fixed incorrect typecast of 64-bit timestamp to unsigned int (collectd-5.0)" into collectd-5.0
      Merge branch 'collectd-4.10' into collectd-5.0
      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.
      Merge branch 'collectd-4.10' into collectd-5.0
      Bump version to 5.0.1; Update ChangeLog.
      ChangeLog: Add thanks to Peter Green.
      Merge branch 'collectd-4.10' into collectd-5.0
      ChangeLog: Remove blank line.

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

jbergstroem (1):
      Correct a missing yajl1/2 check

---
 .gitignore                   |    1 +
 ChangeLog                    |   54 ++++++++++++++++++++++++
 configure.in                 |    5 ++-
 contrib/aix/collectd.spec    |   75 +++++++++++++++++++++++++++++++++
 contrib/aix/init.d-collectd  |   79 +++++++++++++++++++++++++++++++++++
 contrib/collectd_unixsock.py |   10 +++--
 contrib/migrate-4-5.px       |    5 --
 src/apache.c                 |    1 +
 src/ascent.c                 |    1 +
 src/bind.c                   |    1 +
 src/collectd.conf.in         |    8 +++-
 src/collectd.h               |    6 +++
 src/csv.c                    |    2 +-
 src/curl.c                   |    1 +
 src/curl_json.c              |   95 +++++++++++++++++++++++++++++++++++-------
 src/curl_xml.c               |    1 +
 src/df.c                     |    5 ++-
 src/disk.c                   |    2 -
 src/exec.c                   |    4 +-
 src/irq.c                    |   71 ++++++++++++++------------------
 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/rrdtool.c                |    6 +--
 src/teamspeak2.c             |    7 +++
 src/utils_dns.c              |    2 -
 src/utils_format_json.c      |    2 +-
 src/utils_rrdcreate.c        |   10 ++---
 src/utils_rrdcreate.h        |    2 +-
 src/varnish.c                |   24 +++++-----
 src/write_http.c             |    1 +
 version-gen.sh               |    2 +-
 41 files changed, 458 insertions(+), 167 deletions(-)
---



More information about the collectd-changes mailing list