X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=811c594cae9bd4748b1fbc0cd3b94e6be7bec805;hb=0230ae236148230f50d24d120bbe84f9dd34dce0;hp=2ed8934fc92e43842dcab3ed7df8808bc5aa4bfb;hpb=853b3da5d4c6614d7db4093f57b1ca4f57b6c485;p=collectd.git diff --git a/README b/README index 2ed8934f..811c594c 100644 --- a/README +++ b/README @@ -442,6 +442,10 @@ Features * Miscellaneous plugins: + - threshold + Checks values against configured thresholds and creates notifications if + values are out of bounds. See collectd-threshold(5) for details. + - uuid Sets the hostname to an unique identifier. This is meant for setups where each client may migrate to another physical host, possibly going @@ -569,8 +573,10 @@ Prerequisites * libmodbus (optional) - Used by the `modbus' plugin to communicate with Modbus/TCP devices. - + Used by the “modbus” plugin to communicate with Modbus/TCP devices. The + “modbus” plugin works with version 2.0.3 of the library – due to frequent + API changes other versions may or may not compile cleanly. + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin.