summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 983bfa3)
raw | patch | inline | side by side (parent: 983bfa3)
author | Alex Deymo <deymo@chromium.org> | |
Tue, 13 Aug 2013 07:29:55 +0000 (00:29 -0700) | ||
committer | Alex Deymo <deymo@chromium.org> | |
Tue, 13 Aug 2013 07:35:32 +0000 (00:35 -0700) |
This patch includes the manpage, smaller config sample file and
the README and AUTHORS description.
the README and AUTHORS description.
AUTHORS | patch | blob | history | |
README | patch | blob | history | |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index adb74813b3559cfbf3f677a05fe77ef195432ff2..2e6511b6cb0bb02fe5818de26515f739caa2f3e3 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
Alessandro Iurlano <alessandro.iurlano at gmail.com>
- Initial filecount plugin.
+Alex Deymo <deymo at chromium.org>
+ - aquaero plugin.
+
Alvaro Barcellos <alvaro.barcellos at gmail.com>
- Don't-fork patch.
index 3f65963ae353a7e4dc3294acb27801025f895f94..0b70eaa3d8fa09f58e0bc1adf049b50058bad7eb 100644 (file)
--- a/README
+++ b/README
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'.
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index a96f6752d9f9b5dd80410aa6db6d75d5a3ada251..040b930cf2f694b5956f59e4c328d69a5590ecd1 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin aquaero>
-# # If you specify an empty string for the device (the default) it
-# # will autodetect the first Aquaero 5 installed.
# Device ""
-# # Optionally, you can specify the device path, make sure the Aquaero
-# # device is readable by collectd.
-# #Device "/dev/usb/hiddev0"
#</Plugin>
#<Plugin ascent>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 11db1ccdc3d1e07c49f7c6efc93761ba43c0e21b..32f76a4a97b5683ce105df401cbac341ce45bacb 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<aquaero>
+
+This plugin collects the value of the available sensors in an Aquaero 5 board.
+Aquaero 5 is a watercooling controller board, manufactured by Aqua Computer GmbH
+L<http://www.aquacomputer.de/>, with a USB2 connection for monitoring and
+configuration. The board can handle multiple temperature sensors, fans, water
+pumps and water level sensors and adjust the output settings such as fan voltage
+or power the water pump based on the available inputs using a configurable
+controller included in the board. This plugin collects all the available inputs
+as well as some of the output values choosen by this controler. The plugin is
+based on the libaquaero5 library provided by aquatools-ng.
+
+=over 4
+
+=item B<Device> I<DevicePath>
+
+Device path of the HID USB device, usually of the form /dev/usb/hiddevX, where
+the Aquaero 5 device is. If this option is no set or is the empty string the
+plugin will try to autodetect the first Aquaero 5 USB device based on the
+VendorID and ProductID.
+
+=back
+
=head2 Plugin C<ascent>
This plugin collects information about an Ascent server, a free server for the