[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.2.5'
Florian Forster
octo at verplant.org
Tue Mar 4 14:46:10 CET 2008
Tag 'collectd-4.2.5' created by Florian Forster <octo at huhu.verplant.org> at 2008-03-04 13:45 +0100
Tag for version 4.2.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHzVKZOIGYkRnzlcMRAsHwAJ40UQOmUlIoxl7Ik4ORUi7MwabFVACcCueI
sMozY1MQaSQfN750RKk5ybM=
=7++h
-----END PGP SIGNATURE-----
Changes since collectd-4.2.4:
Christophe Kalt (1):
swap plugin: Reapply a patch for Solaris.
Florian Forster (26):
Merge branch 'collectd-4.1' into collectd-4.2
Merge branch 'pull/collectd-4.2' into collectd-4.2
apache plugin: Improved some error messages and fixed-buffer string copying.
src/common.h: Fixed many typos in the header file.
Merge branch 'collectd-4.1' of octo at verplant.org:/var/lib/git/collectd into collectd-4.1
collectd-unixsock(5): Copied Sebastian's additions from collectd-exec(5).
Merge branch 'collectd-4.1' into collectd-4.2
network plugin: Have two different threads for handling incoming packets.
Merge branch 'collectd-4.1' into collectd-4.2
contrib/migrate-3-4.px: Handle `hddtemp' graphs correctly.
rrdtool plugin: Sort the list of user defined `RRATimespan's.
Merge branch 'collectd-4.1' into collectd-4.2
exec plugin: Use `setgroups' to set the list of supplementary group IDs.
Merge branch 'pull/collectd-4.1' into collectd-4.1
contrib/extractDS.px: Enhanced the script to modify RRD files a bit.
Merge branch 'collectd-4.2' of octo at verplant.org:/var/lib/git/collectd into collectd-4.2
ping plugin: Deactivate the plugin if (pingobj == NULL).
Merge branch 'collectd-4.1' into collectd-4.2
configure.in: Added checks to find out how doubles are stored.
src/common.[ch]: Implemented `htond' and `ntohd' and applied it to the network plugin.
src/common.c: Use uint8_t's instead of (signed) char's.
ChangeLog: Wrote an entry for 4.2.5.
network plugin: Use `memcpy' when parsing packages, too.
network plugin: Tested and fixed the receiving part on Sparc.
configure.in: Fix a typo.
Bumped version to 4.2.5; Updated ChangeLog.
Florian octo Forster (1):
network plugin: Align write access to the send buffer.
Rob Lensen (1):
tcpconns plugin: Fix for compilation under FreeBSD.
Sebastian Harl (8):
collectd-exec(5): Improved description of the value-list identifier.
apache plugin: Do not initialize the plugin if no URL has been specified.
configure.in: Fixed handling of the --with-perl-bindings option.
migrate-3-4.px: Do not translate the disk names used by hddtemp.
perl plugin: Warn if "EnableDebugger" has been used after "LoadPlugin".
exec plugin: Don't pass an invalid egid to setgroups() if no group was given.
ping plugin: Fixed a typo when setting the TTL.
hddtemp plugin: Use SCSI_DISK8_MAJOR thru SCSI_DISK15_MAJOR only if available.
Stefan Völkel (1):
rrdtool plugin: Simplified heartbeat calculation
---
ChangeLog | 19 +
configure.in | 166 +++++++++++++-
contrib/extractDS.px | 459 +++++++++++++++++++++++++++++++++++----
contrib/migrate-3-4.px | 1
src/apache.c | 53 ++--
src/collectd-exec.pod | 6
src/collectd-unixsock.pod | 6
src/common.c | 77 ++++++
src/common.h | 28 +-
src/exec.c | 19 +
src/hddtemp.c | 2
src/network.c | 530 ++++++++++++++++++++++++++++++++++------------
src/perl.c | 5
src/ping.c | 9
src/rrdtool.c | 26 +-
src/swap.c | 2
src/tcpconns.c | 13 +
version-gen.sh | 2
18 files changed, 1191 insertions(+), 232 deletions(-)
---
More information about the collectd-changes
mailing list