X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=430f52cdbb1f5e6b17399e2744a56cf249401844;hb=007d96fe10beb6c6d4f20c79851404be18a3418f;hp=23e0172636da2bd8bc2d4fa81d174b89aefcb7ad;hpb=2d8e92397564d6664b4558b538e53511eb7be17d;p=collectd.git diff --git a/README b/README index 23e01726..430f52cd 100644 --- a/README +++ b/README @@ -26,6 +26,9 @@ Features Sensors in Macs running Mac OS X / Darwin: Temperature, fanspeed and voltage sensors. + - aquaero + Various sensors in the Aquaero 5 watercooling board made by Aquacomputer. + - ascent Statistics about Ascent, a free server for the game `World of Warcraft'. @@ -411,7 +414,7 @@ Features Sends data to Riemann, a stream processing and monitoring system. * Logging is, as everything in collectd, provided by plugins. The following - plugins keep up informed about what's going on: + plugins keep us informed about what's going on: - logfile Writes logmessages to a file or STDOUT/STDERR. @@ -566,6 +569,14 @@ Prerequisites used and should be found in various implementations for hopefully all platforms. + * aerotools-ng (optional) + Used by the `aquaero' plugin. Currently, the `libaquaero5' library, which + is used by the `aerotools-ng' toolkit, is not compiled as a shared object + nor does it feature an installation routine. Therefore, you need to point + collectd's configure script at the source directory of the `aerotools-ng' + project. + + * CoreFoundation.framework and IOKit.framework (optional) For compiling on Darwin in general and the `apple_sensors' plugin in particular.