[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.10.7'
Florian Forster
octo at verplant.org
Sun Apr 1 12:31:40 CEST 2012
Tag 'collectd-4.10.7' created by Florian Forster <octo at collectd.org> at 2012-04-01 11:30 +0200
Tag for version 4.10.7.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABAgAGBQJPeC5VAAoJEMPSHpbi2Mmg0RQP/1Oh6TKIwV1GsA9Gc0j7ecGa
L1UJQuZvnGjUorlg0+Nz133DRmLFhYuRvmT7dV1bkkAYBm2JJ84NpNptsuebgpmK
F67I6lMqUl+ZJ5JokoM4GTjVUCsZxKcBgMT4P17wJs8BrYK2MggaKYHf1ZfGs4Wq
1bq15NH7rTpO1ST2pAGVvb7w6a9F52Hqad/jQW58XZsJhHeNWtA7ytRp23Y//9FK
1+K8CajNerR1oVoSEF5m5P0AqwP6rMVt0Edkp2ynUzyOEGrftrBhiG5i+oqlaEFe
RtIj6Ggx+rYNtm0pZyhSDqk1OSR7OxSfgWZgClT8YiPaxQjNCRajbtNr7RZU7LqT
moVvQlq7dwL7/M5Z5IpjfgrQHIpzkElO6gHd7mB40WGD4563aOcLejlWV5+Gobvh
mY2Mx7Ylw9F8al2NVbEFXOAr1aBsLxtwVboNsEdV/TfYWZobKu6zvQyXYIrr/Vjd
7Jmqf7sSDJxW+LTmiDLv68e2XK8Hsxnay5kH8brCN6ErAkffcjob9KbxIJVcUuW4
uN9TvU2C4fMnJccq2SeCziMgIUZZbM8ZTlDj8QOAwAAYWGj+QFz85OcNA/AwUhic
X833qTmV36+6UxU1JkzvSwqRUVBPIhQ5N0aJrzUvUg2Z9ujByQNofERgUkX99O4u
twadEnQtlVprVWA+KUM6
=ZmHQ
-----END PGP SIGNATURE-----
Changes since collectd-4.10.6:
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 (19):
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.
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
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.
ChangeLog: Correct date.
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 | 29 ++++++++
configure.in | 4 +-
contrib/exec-nagios.conf | 2 +
contrib/exec-nagios.px | 142 ++++++++++++++++++++++++++++++++++++----
src/Makefile.am | 2 +-
src/bind.c | 5 +-
src/collectd.conf.pod | 38 ++++++++++-
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 | 86 +++++++++++++++++++++----
src/perl.c | 29 ++++++++-
src/processes.c | 82 +++++++++++++++--------
src/snmp.c | 27 ++++++--
src/tcpconns.c | 6 ++-
version-gen.sh | 2 +-
19 files changed, 433 insertions(+), 80 deletions(-)
---
More information about the collectd-changes
mailing list