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

Florian Forster octo at verplant.org
Thu Nov 8 22:21:14 CET 2007


Tag 'collectd-4.1.4' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2007-11-08 16:42 +0100

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

iD8DBQBHMzxvjvke9ZFSPD0RAsrEAJ90btgzXpQa+f1uJSgxYu4/tcTJEgCgggO4
Tf35rtMqnglBCJ7blon0SRw=
=daWf
-----END PGP SIGNATURE-----

Changes since collectd-4.1.3:
Florian Forster (15):
      types.db: Raise the maximum value of `ps_cputime' from 1s/1s to 16s/1s..
      rrdtool plugin: Include the `rrd.h' header file in `rrdtool.c', not `collectd.h'.
      Build system: Set the appropriate CPPFLAGS and LDFLAGS when checking for librrd and it's header.
      src/common.c: Serialize access to `strerror' if `strerror_r' doesn't exist.
      collectd-snmp(5): Fix typos.
      rrdtool plugin: Wait for the ``queue thread'' to exit _after_ signaling it to exit..
      types.db: Ordered the entries alphabetically and added `voltage_threshold'.
      types.db: Fix a typo: s/humitidy/humidity/
      Merge branch 'pull/collectd-4.1' into collectd-4.1
      contrib/exec-munin.px: Added a simple Perl script which makes it possible to use Munin plugins in collectd.
      exec plugin: Set PID of failed programs back to zero.
      snmp plugin: (Hopefully) fix a memory leak.
      snmp plugin: Be even more eager to free PDU structures.
      snmp plugin: Don't try to free the request PDU - it segfaults for some reason.
      Bumped version to 4.1.4; Updated ChangeLog

Ronan Cadet (1):
      Build system: Fixed a bug in the detection of the snmp library.

Sebastian Harl (3):
      README: Added section about configuring, building and installing collectd.
      plugin.h: Make DEBUG() a noop when compiling without debugging support.
      collectd.h: Removed legacy definition of operation modes.

---
 ChangeLog                   |   10 +
 README                      |   23 ++++
 configure.in                |   17 ++-
 contrib/PerlLib/Collectd.pm |    2 
 contrib/README              |    9 +
 contrib/exec-munin.conf     |    6 +
 contrib/exec-munin.px       |  248 ++++++++++++++++++++++++++++++++++++++++++++
 src/apcups.c                |    4 
 src/collectd-snmp.pod       |    9 -
 src/collectd.h              |    8 -
 src/common.c                |   24 +++-
 src/exec.c                  |    1 
 src/hddtemp.c               |    2 
 src/mbmon.c                 |    2 
 src/ntpd.c                  |    2 
 src/plugin.h                |    6 -
 src/rrdtool.c               |   12 +-
 src/snmp.c                  |   54 ++++++---
 src/types.db                |   25 ++--
 version-gen.sh              |    2 
 20 files changed, 403 insertions(+), 63 deletions(-)
---



More information about the collectd-changes mailing list