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

Florian Forster octo at verplant.org
Sun Sep 13 12:37:33 CEST 2009


Tag 'collectd-4.7.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-09-13 11:37 +0200

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

iEYEABECAAYFAkqsy1gACgkQjvke9ZFSPD2/UwCgjoNGLgs9PrFVI+7Js5XZPSfc
pcMAniuqCOA6gVRhFDrN18ukBdMVdf57
=2Z9u
-----END PGP SIGNATURE-----

Changes since collectd-4.7.2:
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 (2):
      src/utils_cache.c: Update GETVAL output when missing state.
      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 (33):
      ChangeLog: Fix a typo.
      ChangeLog: Fix a typo.
      src/collectd.conf.in: Fix a typo.
      Merge remote branch 'tokkee/sh/collectd-4.6' into collectd-4.6
      network plugin: Fix an incorrectly used configuration variable.
      collectd.conf(5): Fix two minor typos.
      src/meta_data.c: Fix a typo.
      libvirt plugin: Further improve the connection handling.
      src/plugin.c: Make `plugin_unregister_read' functional again.
      Merge branch 'collectd-4.6' into collectd-4.7
      java plugin: Wait with the configuration until the daemon has forked.
      java plugin: Fix configuration with multiple blocks.
      Plugins using libcurl: Enable the ‘CURLOPT_FOLLOWLOCATION’ option.
      Merge branch 'collectd-4.6' into collectd-4.7
      df plugin: Check ignorelists before stat'ing the filesystem.
      README: liboping is no longer shipped.
      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.
      src/plugin.c: unregister_read: llist_search may return NULL.
      contrib/collection3: GenericStacked: Use stacking by default.
      network plugin: Move the gcrypt initialization into “network_init”.
      mysql plugin: Improve the `mysql_ping' warning.
      src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.
      Merge branch 'collectd-4.6' into collectd-4.7
      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.
      Merge branch 'collectd-4.6' into collectd-4.7
      Bumped version to 4.7.3; Updated ChangeLog.

Luke Heberling (3):
      powerdns plugin: Set a timeout for the datagram socket.
      powerdns plugin: Fix handling of the “LocalSocket” config option.
      network plugin: Fix initialization of the gcrypt library.

Sebastian Harl (6):
      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.
      Merged branch 'sh/collectd-4.6' into sh/collectd-4.7.

---
 ChangeLog                                          |   63 +-
 README                                             |    3 +-
 configure.in                                       |   22 +-
 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                               |    4 +-
 src/collectd.conf.pod                              |    4 +-
 src/curl.c                                         |    1 +
 src/df.c                                           |   32 +-
 src/filter_chain.c                                 |    2 +-
 src/iptables.c                                     |   49 +-
 src/java.c                                         |   73 +-
 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/mysql.c                                        |    6 +-
 src/network.c                                      |    9 +-
 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/plugin.c                                       |  140 +-
 src/powerdns.c                                     |   35 +-
 src/utils_cache.c                                  |   26 +-
 version-gen.sh                                     |    2 +-
 57 files changed, 6073 insertions(+), 5298 deletions(-)
---



More information about the collectd-changes mailing list