X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=ac79ce509429a68caf581ba57ddbecbc25e399a2;hb=081695d86026186373a76a4c6b6abacd21b3c3c6;hp=e8b7241b1f60a397a1d9f278a25571c9d1ad4c74;hpb=171a92c968cb41c314736b0d26f5a6ba2ae59666;p=collectd.git diff --git a/README b/README index e8b7241b..ac79ce50 100644 --- a/README +++ b/README @@ -363,6 +363,9 @@ Features requests. The transmitted data is either in a form understood by the Exec plugin or formatted in JSON. + - write_redis + Sends the values to a Redis key-value database server. + * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: @@ -573,8 +576,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. @@ -627,7 +632,8 @@ Prerequisites * libpython (optional) - Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported. + Used by the `python' plugin. Currently, Python 2.3 and later and Python 3 + are supported. * librabbitmq (optional; also called “rabbitmq-c”)