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

Florian Forster octo at verplant.org
Sun Apr 1 12:31:40 CEST 2012


Tag 'collectd-5.0.4' created by Florian Forster <octo at collectd.org> at 2012-04-01 11:31 +0200

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

iQIcBAABAgAGBQJPeC51AAoJEMPSHpbi2MmgU2EQAJs1xjQ6qGW8TZE5Q9D2STpb
6G67TTvuWt+gQ/tA0B3Quld3Ksg+AO5nwiLbwRUvLLu0yjfbiWQDD9bn93cDDD49
ssspUgBmnlg+9c5Amgwb/ywJVsOBKbZ3hwHRjwkR14cNoiP+ZNOf6UfGFw97O6lU
Apg/DHfvuCDoJxQHDoLrbdvTwO/0xLC8V/twF8zUH/XVEy+050Iwr91kW3ATJX4E
B3MY0vSGZwjxWBxi6g/hjbpeiPG4v986jsw0n+At8C+1Qzb6rXCO5EW1s5KYtV7n
WLic+V6RQNqCr9tTNOw2Z27fMRxXBL8bgDhL8tIRr/cupbkwjL734x5LYC5S+bKR
wifbyksif2iwuUSwNYFmNIk6s57CVNZ3U6UnGcxc+9A/tF3CZatjAouQ2ZCcQKoH
kZIkCwecs8Awkz1/ajWJjHpI7VO2I095gPetsaYMAo0mcZJxBl60spl3zZqSD17r
7AX8Nfxyh7U2pQ6DuJ8AbfxMCTOOMG5UQcz9l98NiSXENwhUFS14eor+mi5DgB4P
WQvyssCHPLMwtM8nVNgy5lAeq+O68j6flR7m4hH3DMN5z+ob+YqPId9Y9l6aM8Cr
QaMZcI/j4jrmty4hJV+S8YBag8JGJT8vCl6Aol/4Jqv2/dQl1qbMW0FoKxQsd+J1
MujABS/HwJtEfbFe9CTP
=XZlO
-----END PGP SIGNATURE-----

Changes since collectd-5.0.3:
Andrew Elwell (1):
      Also check in ip4tc for iptc_init

Clemens Lang (1):
      Makefile adds dependency on $(LIBLTDL), which is valued "-lltdl"

Cyril Feraudet (1):
      Proposal fix for large "MaxPacketSize" use.

Darrell Bishop (1):
      processes plugin: Support processes with spaces in their name.

Florian Forster (26):
      AMQP plugin: Fix sleeping of "interval_g seconds".
      AMQP plugin: Support sub-second sleep intervals.
      df plugin: Fix a compiler issue with Mac OS X 10.7.
      bind plugin: Fix use of the "QType" types.
      contrib/exec-nagios.px: Implement the "NRPEConfig" option.
      Merge branch 'collectd-4.10' into collectd-5.0
      conntrack plugin: Strip newlie before calling parse_value().
      processes plugin: Support processes with spaces in their names.
      Merge pull request #40 from octo/db/processes
      perl plugin: Fix a race condition.
      snmp plugin: Keep track of signedness of ASN values.
      network plugin: Fix compiler warnings.
      collectd.conf(5): Improve the network plugin's documentation.
      Merge pull request #44 from octo/ff/perl
      amqp plugin: Fix compabitility with current librabbitmq.
      collectd.conf(5): Document the "Hits" and "Hysteresis" threshold options.
      src/common.c: parse_value: Strip trailing whitespace before parsing.
      tcpconns plugin: Include <bsd/nlist.h> rather than <nlist.h>.
      src/common.h: Add comment about return value of read_file_contents().
      network plugin: Do not forward received notifications.
      Revert "Proposal fix for large "MaxPacketSize" use."
      Bump version to 4.10.7; Update ChangeLog.
      Merge branch 'collectd-4.10' into collectd-5.0
      Bump version to 5.0.4; Update ChangeLog.
      ChangeLog: Correct date.
      Merge branch 'collectd-4.10' into collectd-5.0

Jason Schmidlapp (1):
      Fixed memory leak in collectdclient library.

Louis Opter (1):
      Use parse_value in the conntrack plugin and submit the result even if it's zero

Timon (1):
      Fix buffer size for memcached stats answer

---
 ChangeLog                      |   58 +++++++++++++
 configure.in                   |   45 +++++++---
 contrib/exec-nagios.conf       |    2 +
 contrib/exec-nagios.px         |  142 +++++++++++++++++++++++++++++---
 src/Makefile.am                |    2 +-
 src/amqp.c                     |   68 ++++++++++++++--
 src/bind.c                     |    5 +-
 src/collectd.conf.pod          |  174 +++++++++++++++++++++++++++++++++++++++-
 src/common.c                   |   23 +++++-
 src/common.h                   |    1 +
 src/conntrack.c                |   25 ++++--
 src/df.c                       |    6 +-
 src/libcollectdclient/client.c |    2 +
 src/memcached.c                |    2 +-
 src/network.c                  |   87 +++++++++++++++++---
 src/perl.c                     |   29 +++++++-
 src/processes.c                |   82 ++++++++++++-------
 src/snmp.c                     |   27 +++++-
 src/tcpconns.c                 |    6 +-
 version-gen.sh                 |    2 +-
 20 files changed, 688 insertions(+), 100 deletions(-)
---



More information about the collectd-changes mailing list