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

Florian Forster octo at verplant.org
Thu Sep 10 21:08:34 CEST 2009


Tag 'collectd-4.6.5' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-09-10 19:22 +0200

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

iEYEABECAAYFAkqpQ+YACgkQjvke9ZFSPD0I3wCeNrsCS5j1j7M1szOoy02hzWKm
L7oAnirOEm0H9sOUkg8+buAUVlaWWrK0
=3KNX
-----END PGP SIGNATURE-----

Changes since collectd-4.6.4:
Alan Pevec (2):
      libvirt plugin: Re-connect to libvirtd if connecting fails.
      contrib/fedora/init.d-collectd: Fix condrestart.

Aman Gupta (1):
      contrib/collection3: Common.pm: Sort identifiers by filename.

Andrés J. Díaz (1):
      src/utils_cache.c: Update GETVAL output when missing state.

Anthony Dewhurst (3):
      contrib/collection3: Don't use SI prefix for number of processes
      contrib/collection3: Option to turn stacking off in GenericStacking
      contrib/collection3: Allow numbers in type names.

Brad Fritz (1):
      contrib/collection.cgi: Fix spam_check graph for email plugin.

Duncan Mac-Vicar P (1):
      contrib/collectd_unix_sock.rb: Ruby class which abstracts the plain text protocol.

Florian Forster (18):
      ChangeLog: Fix a typo.
      Merge remote branch 'tokkee/sh/collectd-4.6' into collectd-4.6
      collectd.conf(5): Fix two minor typos.
      src/meta_data.c: Fix a typo.
      libvirt plugin: Further improve the connection handling.
      Plugins using libcurl: Enable the ‘CURLOPT_FOLLOWLOCATION’ option.
      df plugin: Check ignorelists before stat'ing the filesystem.
      contrib/cussh.pl: Fix a typo in the `FLUSH' command.
      contrib/cussh.pl: Add synopsis for specific commands.
      collection3: Add the possibility to scale generic graphs.
      collection3: Add a module for the “java_memory” type.
      contrib/collection3: GenericStacked: Use stacking by default.
      src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.
      powerdns plugin: Use the “ipt_packets” type rather than “io_packets”.
      ChangeLog: Add entries for release 4.6.5.
      Fixed the year of the first three entries.
      collection3: Added some more metrics.
      Bump version to 4.6.5.

Luke Heberling (2):
      powerdns plugin: Set a timeout for the datagram socket.
      powerdns plugin: Fix handling of the “LocalSocket” config option.

Sebastian Harl (5):
      src/utils_cache.c: Make really sure to free the right cache entry.
      collection3/etc/collection.conf: Reencoded in UTF-8.
      Removed remaining traces of the "main" chain.
      configure: Replaced src/libiptc/ with src/owniptc/.
      iptables plugin: Support the new libiptc API.

---
 ChangeLog                                          |   29 +-
 configure.in                                       |   20 +-
 contrib/collectd_unix_sock.rb                      |  135 +
 contrib/collection.cgi                             |    6 +-
 contrib/collection3/bin/graph.cgi                  |    1 +
 contrib/collection3/bin/index.cgi                  |    4 +-
 contrib/collection3/etc/collection.conf            |   76 +-
 contrib/collection3/lib/Collectd/Graph/Common.pm   |   11 +-
 contrib/collection3/lib/Collectd/Graph/Type.pm     |   22 +-
 .../lib/Collectd/Graph/Type/GenericStacked.pm      |   66 +-
 .../lib/Collectd/Graph/Type/JavaMemory.pm          |  158 ++
 .../collection3/lib/Collectd/Graph/TypeLoader.pm   |    3 +-
 contrib/cussh.pl                                   |   50 +-
 contrib/fedora/init.d-collectd                     |    2 +-
 src/Makefile.am                                    |    6 +-
 src/apache.c                                       |    1 +
 src/ascent.c                                       |    1 +
 src/bind.c                                         |    1 +
 src/collectd.conf.in                               |    2 +-
 src/collectd.conf.pod                              |    4 +-
 src/curl.c                                         |    1 +
 src/df.c                                           |   32 +-
 src/filter_chain.c                                 |    2 +-
 src/iptables.c                                     |   33 +-
 src/libiptc/Makefile.am                            |   15 -
 src/libiptc/README.collectd                        |   25 -
 src/libiptc/ipt_kernel_headers.h                   |   45 -
 src/libiptc/libip4tc.c                             |  516 ----
 src/libiptc/libip6tc.c                             |  455 ----
 src/libiptc/libip6tc.h                             |  175 --
 src/libiptc/libiptc.c                              | 2708 --------------------
 src/libiptc/libiptc.h                              |  187 --
 src/libiptc/libxtc.h                               |   53 -
 src/libiptc/linux_list.h                           |  741 ------
 src/libiptc/xtables.h                              |  239 --
 src/libvirt.c                                      |   35 +-
 src/meta_data.c                                    |    2 +-
 src/nginx.c                                        |    2 +
 src/owniptc/Makefile.am                            |   15 +
 src/owniptc/README.collectd                        |   25 +
 src/owniptc/ipt_kernel_headers.h                   |   45 +
 src/owniptc/libip4tc.c                             |  516 ++++
 src/owniptc/libip6tc.c                             |  455 ++++
 src/owniptc/libip6tc.h                             |  175 ++
 src/owniptc/libiptc.c                              | 2708 ++++++++++++++++++++
 src/owniptc/libiptc.h                              |  187 ++
 src/owniptc/libxtc.h                               |   53 +
 src/owniptc/linux_list.h                           |  741 ++++++
 src/owniptc/xtables.h                              |  239 ++
 src/powerdns.c                                     |   35 +-
 src/utils_cache.c                                  |   26 +-
 version-gen.sh                                     |    2 +-
 52 files changed, 5824 insertions(+), 5262 deletions(-)
---



More information about the collectd-changes mailing list