From: Florian Forster Date: Mon, 5 Apr 2010 12:09:06 +0000 (+0200) Subject: README: Add information about the modbus plugin. X-Git-Tag: collectd-4.10.0~28^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9dcf9ea610f35d88927ff17dcd07b6ae0aaaeba6 README: Add information about the modbus plugin. --- diff --git a/README b/README index 3a56fbed..1dd09df4 100644 --- a/README +++ b/README @@ -147,6 +147,10 @@ Features Memory utilization: Memory occupied by running processes, page cache, buffer cache and free. + - modbus + Reads values from Modbus/TCP enabled devices. Supports reading values + from multiple "slaves" so gateway devices can be used. + - multimeter Information provided by serial multimeters, such as the `Metex M-4650CR'. @@ -541,6 +545,10 @@ Prerequisites Used by the `memcachec' plugin to connect to a memcache daemon. + * libmodbus (optional) + Used by the `modbus' plugin to communicate with Modbus/TCP devices. + + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin.