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

Florian Forster octo at verplant.org
Sun Oct 4 09:11:41 CEST 2009


Tag 'collectd-4.8.1' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-10-04 08:06 +0200

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

iEYEABECAAYFAkrISXIACgkQjvke9ZFSPD0o0QCeJOo/TK/1sUVHkmSwv0pW13M/
0DMAn3e/4G0uefuwQpF5wQvfxarSHZyi
=WFXL
-----END PGP SIGNATURE-----

Changes since collectd-4.8.0:
Andrés J. Díaz (2):
      processes plugin: Remove unnecessary call of realloc(3).
      processes plugin: Fix handling of Linux 2.4.

Florian Forster (38):
      configure.in: Quote $CFLAGS when assigning to another variable.
      configure.in: Make it possible to force the shipped version of libiptc.
      src/collectd.conf.in: Fix entries of renamed plugins.
      ChangeLog: Remove an excess newline.
      contrib/collection3: Suppress warnings about non-existent classes.
      exec plugin: Avoid a warning when freeing meta data.
      exec plugin: Clear the signal block mask before calling exec(2).
      Merge branch 'collectd-4.7' into collectd-4.8
      contrib/collection3: Add support for the “threads” and “total_requests” types.
      contrib/collection3: Use “{plugin_inst}/{type_inst}” for “{instance}”
      contrib/collection3: Added the “invokations” type.
      contrib/collection3: Add a vertical label to the “java_memory” type.
      contrib/collection3: “Invokations” → “Invocations”.
      Build system: Improve detection of the iptc library.
      Merge branch 'collectd-4.7' into collectd-4.8
      Build system: Further improve libiptc handling.
      README: Document the “--with-libiptc=shipped” option.
      Merge branch 'collectd-4.7' into collectd-4.8
      src/owniptc/Makefile.am: Don't search KERNEL_DIR for headers.
      Merge branch 'collectd-4.7' into collectd-4.8
      Build system: Check for “libiptc/libip6tc.h” and “linux/netfilter/x_tables.h”, too.
      Merge branch 'collectd-4.7' into collectd-4.8
      processes plugin: Case argument of “isdigit” to int.
      perl plugin: Declare the “environ” variable.
      Merge branch 'collectd-4.7' into collectd-4.8
      src/collectd.conf.in: Fix some inconsistencies.
      README: Update the URL for libyajl.
      libiptc: Comment out two unused static functions.
      unixsock plugin: Fix a (well hidden) race condition.
      src/types.db: Replace spaces with tabs.
      Merge branch 'collectd-4.7' into collectd-4.8
      df plugin: Fix a typo.
      README: Fix order of the curl plugin in the list.
      README: Fix order of the curl_json plugin in the list.
      Merge branch 'collectd-4.7' into collectd-4.8
      Bumped version to 4.7.4; Updated ChangeLog.
      Merge branch 'collectd-4.7' into collectd-4.8
      Bumped version to 4.8.1; Updated ChangeLog.

Marc Fournier (1):
      contrib/collection3: skip host dirs without read access.

---
 ChangeLog                                          |   23 +++-
 README                                             |   25 ++--
 configure.in                                       |  135 ++++++++++++--------
 contrib/collection3/etc/collection.conf            |   23 +++-
 contrib/collection3/lib/Collectd/Graph/Common.pm   |    1 +
 contrib/collection3/lib/Collectd/Graph/Type.pm     |    6 +-
 .../lib/Collectd/Graph/Type/JavaMemory.pm          |    4 +
 .../collection3/lib/Collectd/Graph/TypeLoader.pm   |    5 +-
 src/Makefile.am                                    |    3 +-
 src/collectd.conf.in                               |   50 +++----
 src/df.c                                           |    2 +-
 src/exec.c                                         |   15 ++-
 src/iptables.c                                     |   16 ++-
 src/owniptc/Makefile.am                            |    1 -
 src/owniptc/libiptc.c                              |    4 +
 src/perl.c                                         |    5 +
 src/processes.c                                    |   66 ++--------
 src/types.db                                       |    4 +-
 src/unixsock.c                                     |   34 ++++--
 version-gen.sh                                     |    2 +-
 20 files changed, 249 insertions(+), 175 deletions(-)
---



More information about the collectd-changes mailing list