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

Florian Forster octo at verplant.org
Sun Feb 22 19:50:40 CET 2009


Tag 'collectd-4.5.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-02-22 18:34 +0100

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

iEYEABECAAYFAkmhmr4ACgkQjvke9ZFSPD307QCfap1F0AcgKtmvKQn5vyD5KSQ+
9KwAniWsMIneenzZOmvd4UD7UuiQyZrN
=3FBV
-----END PGP SIGNATURE-----

Changes since collectd-4.5.2:
Bruno Prémont (3):
      ascent plugin: Fix a memory leak.
      contrib/php-collection: Add a PHP frontend for graph generation.
      contrib/php-collection: Save/load graph list and fix HTTPS handling.

Doug MacEachern (1):
      contrib/cussh.pl: Add the PUTNOTIF command.

Florian Forster (9):
      tcpconns plugin: Fix an endianness problem under *BSD.
      Merge branch 'collectd-4.4' into collectd-4.5
      build system: Check for the libupsclient library using pkg-config *and* a custom script.
      Merge branch 'collectd-4.4' of /var/lib/git/collectd into collectd-4.4
      collectd.conf(5): Add documentation for the `notify_email' plugin.
      Merge branch 'collectd-4.4' into collectd-4.5
      ipmi plugin: Use a less error-prone approach to build the sensor name.
      Bumped version to 4.5.3; Updated ChangeLog.
      Revert "libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES."

John Leach (1):
      contrib/collection.cgi: Add graph definition for libvirt/virt_cpu_total

Peter Holik (1):
      ipmi plugin: Fix an off-by-one error.

Sebastian Harl (5):
      utils_cache: Unlock the cache mutex before returning in an error condition.
      utils_cache: Free then unused memory before returning in an error condition.
      Collectd::Unixsock: Improved error handling in putval().
      contrib/cussh.pl: Improved error reporting.
      contrib/cussh.pl: Fixed and improved command parsing.

---
 ChangeLog                                    |   12 +
 bindings/perl/Collectd/Unixsock.pm           |   16 +-
 configure.in                                 |   83 +-
 contrib/collection.cgi                       |   15 +
 contrib/cussh.pl                             |  138 ++-
 contrib/php-collection/browser.js            |  578 ++++++++
 contrib/php-collection/config.php            |   58 +
 contrib/php-collection/definitions.local.php |   79 +
 contrib/php-collection/definitions.php       | 2039 ++++++++++++++++++++++++++
 contrib/php-collection/functions.php         |  755 ++++++++++
 contrib/php-collection/graph.php             |  210 +++
 contrib/php-collection/index.php             |  253 ++++
 src/ascent.c                                 |    4 +
 src/collectd.conf.pod                        |   55 +
 src/ipmi.c                                   |   51 +-
 src/libiptc/Makefile.am                      |    3 +-
 src/tcpconns.c                               |    3 +-
 src/utils_cache.c                            |    2 +
 version-gen.sh                               |    2 +-
 19 files changed, 4307 insertions(+), 49 deletions(-)
---



More information about the collectd-changes mailing list