cpu plugin: Remove temperature code for Mac OS X.
authorFlorian Forster <octo@collectd.org>
Wed, 17 Sep 2014 06:24:57 +0000 (08:24 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Sep 2014 06:24:57 +0000 (08:24 +0200)
commitf7100301fa72420474dc7288d83dcca4d3cd629f
tree387368b8f6984d8d8159e567a3f248b4d8a30053
parent1a146775d42a15202cba4e19c0fcda465705bcb8
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
src/cpu.c