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

Florian Forster octo at verplant.org
Thu Oct 16 22:50:34 CEST 2008


Tag 'collectd-4.5.1' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2008-10-16 21:43 +0200

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

iEYEABECAAYFAkj3p1YACgkQjvke9ZFSPD2hKQCdEpHqo3Veq7dUcH1loNmYnTgD
c/8AniNht72uWRrzZBEV2AsR4TDbdlh8
=h1RG
-----END PGP SIGNATURE-----

Changes since collectd-4.5.0:
Boian Berberov (1):
      powerdns plugin: Use `LOCALSTATEDIR' instead of "/var".

Bruno Prémont (1):
      configure.in: Let configure bail out on missing dependencies

Florian Forster (28):
      collectd.conf(5): Changed the default socket paths of the powerdns plugin.
      collectd.conf(5): Fixed typo.
      AUTHORS: Fixed typo.
      collection3/etc/collection.conf: Added some mysql stuff.
      snmp plugin: Improve parsing of strings to values.
      contrib/collection3: Use `instance' rather than `plugin_instance'
      contrib/collection3: Added graphs for `apache_{bytes,requests}'.
      build.sh: Check for more (all?) programs needed.
      Merge branch 'collectd-4.4' into collectd-4.5
      src/utils_ignorelist.c: Fix an off-by-one errror when adding regular expressions.
      Merge branch 'collectd-4.4' into collectd-4.5
      netlink plugin: Fix an incorrect format string.
      src/collectd-nagios.c: Improve handling of lines returned from `GETVAL'.
      configure.in: Correct the `--enable-<plugin>' code.
      collectd-nagios(1): Make the documentation easier to read, more correct and fix errors.
      network plugin: Fix a minor memory leak.
      src/configfile.c: Fix a minor memory leak.
      src/utils_cache.c: Fix a serious memory leak.
      Merge branch 'collectd-4.4' into collectd-4.5
      src/Makefile.am: Fix a copy'n'paste typo.
      src/utils_tail.c: Call `clearerr' before `fgets'.
      contrib/exec-munin.px: Fix the folding markers..
      postgresql plugin: Add a couple of PQclear() calls.
      Bumped version to 4.4.4; Updated ChangeLog.
      src/collectd.h: Poison various insecure string functions only when debugging is enabled.
      ChangeLog: Added the changed poisoning behavior.
      Merge branch 'collectd-4.4' into collectd-4.5
      Bumped version to 4.5.1; Updated ChangeLog.

Sebastian Harl (14):
      perl plugin: Log the perl error messages if bootstrapping Collectd failed.
      src/plugin.c: Increase the plugin_log() message buffer to 1024 bytes.
      perl plugin: Disable plugin after fatal configuration errors.
      collection.cgi: Added support for the memcached-specific types.
      iptables plugin, utils_ignorelist: Fixed an off-by-one error each.
      ipvs plugin: Use sizeof() instead of a constant.
      collectd.conf(5): Briefly document "OKAY"-notifications.
      collectdmon: Do not block SIGCHLD.
      collection.cgi: Added support for the "connection" type.
      types.db: Reintroduced the "spam_check" type.
      collectd.conf: Added a sample <Plugin> section in the perl config.
      src/Makefile.am: Use $mkinstalldirs instead of $(INSTALL) -D.
      postgresql plugin: Do not open new connections during reinitialization.
      postgresql plugin: Added another missing call to PQclear().

---
 AUTHORS                                 |    2 +-
 ChangeLog                               |   54 +++++++++++
 README                                  |    8 +-
 build.sh                                |   49 ++++++++--
 configure.in                            |   13 +++-
 contrib/collection.cgi                  |   95 ++++++++++++++++++++
 contrib/collection3/etc/collection.conf |  147 +++++++++++++++++++++++++++++-
 contrib/exec-munin.px                   |    3 +-
 src/Makefile.am                         |    5 +-
 src/collectd-nagios.c                   |   62 ++++++++++----
 src/collectd-nagios.pod                 |   32 +++++---
 src/collectd.conf.in                    |    5 +
 src/collectd.conf.pod                   |   13 ++-
 src/collectd.h                          |    4 +-
 src/collectdmon.c                       |    6 --
 src/configfile.c                        |    6 +-
 src/iptables.c                          |    8 +-
 src/ipvs.c                              |    4 +-
 src/netlink.c                           |    2 +-
 src/network.c                           |    5 +
 src/perl.c                              |   33 +++++--
 src/plugin.c                            |    6 +-
 src/postgresql.c                        |   13 +++-
 src/powerdns.c                          |    4 +-
 src/snmp.c                              |   29 +++++-
 src/types.db                            |    1 +
 src/utils_cache.c                       |    1 +
 src/utils_ignorelist.c                  |    7 +-
 src/utils_tail.c                        |    1 +
 version-gen.sh                          |    2 +-
 30 files changed, 522 insertions(+), 98 deletions(-)
---



More information about the collectd-changes mailing list