[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Feb 23 10:58:33 CET 2008
ChangeLog | 3
README | 6
configure.in | 5
contrib/extractDS.px | 459 ++++++++++++++++++++++++++++++++++++++++++++++-----
src/collectd.c | 2
src/exec.c | 19 ++
src/ping.c | 7
src/swap.c | 2
8 files changed, 445 insertions(+), 58 deletions(-)
New commits:
commit 89783745dc59079eab34e0c52de6e5e972f50eb2
Merge: b30f3e8df735d4b7d9a1799f64eece15d72cf4cc 7237c726f589df921a26d6951c2d1bf853580c43
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Feb 23 10:58:09 2008 +0100
Merge branch 'collectd-4.2' into collectd-4.3
commit 7237c726f589df921a26d6951c2d1bf853580c43
Merge: cbf7250b4113c9058654d91b6199814741a06ca9 bd21265ce20def847ceb4b0f90330f25a91522bf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Feb 23 10:58:00 2008 +0100
Merge branch 'collectd-4.1' into collectd-4.2
commit cbf7250b4113c9058654d91b6199814741a06ca9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Feb 23 10:56:37 2008 +0100
ping plugin: Deactivate the plugin if (pingobj == NULL).
If (pingobj == NULL), then the init-function will return (-1) so that the
plugin is deactivated.
commit b30f3e8df735d4b7d9a1799f64eece15d72cf4cc
Author: Brian Micek <bmicek at gmail.com>
Date: Sat Feb 23 10:51:46 2008 +0100
src/collectd.c: Fix the arguments passed to an error message.
Unfortunately the compiler doesn't check va-args, so this was unnoticed :/
commit 8ea1756522f94af8e0bb7d06c800d94874f13549
Merge: fc0c95b33d7ddbd02071c5835b25d777812335c6 97a56612a875c1f1003b13398c0b757c308a7ed5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Feb 23 10:48:19 2008 +0100
Merge branch 'collectd-4.2' of octo at verplant.org:/var/lib/git/collectd into collectd-4.2
commit fc0c95b33d7ddbd02071c5835b25d777812335c6
Author: Christophe Kalt <collectd at klb.taranis.org>
Date: Sat Feb 23 10:47:20 2008 +0100
swap plugin: Reapply a patch for Solaris.
This is a previously applied change that somehow got lost.
See http://git.verplant.org/?p=collectd.git;a=commitdiff;h=ee1113650b0b565776fc3d62162d84741e234f05
and http://git.verplant.org/?p=collectd.git;a=commitdiff;h=f68b68c5825efbd23c51531ff4e43c78a3bb2b3b
commit 97a56612a875c1f1003b13398c0b757c308a7ed5
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Feb 22 17:24:23 2008 +0100
contrib/extractDS.px: Enhanced the script to modify RRD files a bit.
It can now also change the stepsize and add an RRA.
commit d0b8094f18fa3d5073b4c8fbfca160376e6b87ea
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Feb 19 19:06:13 2008 +0100
ChangeLog: Removed the legacy message about Nagios integration in the exec plugin.
commit d6dad5265c5721ce32c69067c1efd5f65f5742f1
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Feb 19 14:22:45 2008 +0100
README: Moved "libxml2" from the "Features" section to "Prerequisites".
D'oh!
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit bd21265ce20def847ceb4b0f90330f25a91522bf
Merge: b5c5890955fa19651ad8b3f48d99364d270a0d8f b4f0540b8931a0eff2712709ba39b35ffb626969
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Feb 19 14:00:37 2008 +0100
Merge branch 'pull/collectd-4.1' into collectd-4.1
commit b5c5890955fa19651ad8b3f48d99364d270a0d8f
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Feb 19 13:55:32 2008 +0100
exec plugin: Use `setgroups' to set the list of supplementary group IDs.
Thanks to Peter Holik for suggesting this.
commit b4f0540b8931a0eff2712709ba39b35ffb626969
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Feb 17 20:23:46 2008 +0100
migrate-3-4.px: Do not translate the disk names used by hddtemp.
In version 4, hddtemp still uses major/minor device numbers to identify disks.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list