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

Florian Forster octo at verplant.org
Wed Oct 24 21:37:42 CEST 2007


Tag 'collectd-4.1.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2007-10-24 19:51 +0200

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

iD8DBQBHH5RTjvke9ZFSPD0RAuT/AJwLJbDZDSXAMLizmBHaoRM3IQSmzgCfUE97
eqqmsYxQqwDtgpnvVCNUlnk=
=aDpQ
-----END PGP SIGNATURE-----

Changes since collectd-4.1.2:
Florian Forster (19):
      collectd.conf(5): Make it more clear that rrdtool's `StepSize' and `HeartBeat' should not be set.
      Merge branch 'pull/collectd-4.0' into collectd-4.0
      Merge branch 'pull/collectd-4.1' into collectd-4.1
      snmp plugin: Print a warning if querying a host takes longer than the confiured interval.
      collectd-snmp(5): Added a note about the interpreted environment variables.
      rrdtool plugin: Use the thread-safe `librrd_th' if available.
      rrdtool plugin: Removed unused variables.
      rrdtool plugin: Use the right variables when calling `rrd_update'..
      snmp plugin: Improve the timing method, so that hosts are queried more steadily.
      collectd.conf.in: Removed advanced and possibly harmfull settings..
      ChangeLog: Added the change to the rrdtool build stuff..
      xmms plugin: Return `-1' when values could be read but are weird.
      network plugin: Flush the buffer in the `shutdown' function..
      rrdtool plugin: Wait for the `queue thread' to exit..
      Beautifying many debug messages..
      Merge branch 'collectd-4.0' into collectd-4.1
      Beautifying some more debug messages..
      contrib/PerlLib/Collectd.pm: Bumped version to 4.1.3.
      Bumped version to 4.1.3; Updated ChangeLog.

Matt Peterson (1):
      collectd.conf(5): Fix some typos and mis-formulations.

Sebastian Harl (5):
      Added MyPlugin.pm to contrib/examples/.
      Added myplugin.c to contrib/examples/.
      README: Added a note about collectd and chkrootkit.
      README: Improved formatting.
      configure.in: Added "rrdtool" to the module summary.

---
 ChangeLog                    |    6 +
 README                       |   39 ++++--
 configure.in                 |   51 ++++++--
 contrib/PerlLib/Collectd.pm  |    2 
 contrib/examples/MyPlugin.pm |  125 +++++++++++++++++++++
 contrib/examples/myplugin.c  |  171 +++++++++++++++++++++++++++++
 src/Makefile.am              |    4 
 src/collectd-snmp.pod        |    4 
 src/collectd.conf.in         |    4 
 src/collectd.conf.pod        |   19 +--
 src/network.c                |   17 --
 src/processes.c              |    4 
 src/rrdtool.c                |  251 ++++++++++++++++++++++++++++---------------
 src/snmp.c                   |   72 +++++++-----
 src/unixsock.c               |    2 
 src/utils_ignorelist.c       |    2 
 src/utils_mount.c            |   26 ++--
 src/xmms.c                   |    2 
 version-gen.sh               |    2 
 19 files changed, 608 insertions(+), 195 deletions(-)
---



More information about the collectd-changes mailing list