[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'
Florian Forster
octo at verplant.org
Wed Sep 17 10:24:20 CEST 2014
src/cpu.c | 69 ++++++------------------------------------------------------
src/swap.c | 5 +++--
2 files changed, 10 insertions(+), 64 deletions(-)
New commits:
commit f7100301fa72420474dc7288d83dcca4d3cd629f
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 17 08:24:57 2014 +0200
cpu plugin: Remove temperature code for Mac OS X.
This code would throw an error for some systems, because the temperature
couldn't be read. Since the plugin still works in general, this was very
confusing to users. Becaus the temperature, even when read sucessfully, was
never dispatched, remove the code entirely. We might want to add this back to
the apple_sensors plugin eventually.
Fixes: #22
commit 1a146775d42a15202cba4e19c0fcda465705bcb8
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 17 07:41:38 2014 +0200
swap plugin: Make "cached" optional under Linux.
This is the smallest possible fix for OpenVZ, where cached is not available.
master has a more complete fix which should be used going forward.
Fixes: #733
More information about the collectd-changes
mailing list