X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=8a798553f640838d3e54c05e95ffc191464ac00e;hb=a49ed2ad7f046517f1e48b417a71ac2005362d2f;hp=811c594cae9bd4748b1fbc0cd3b94e6be7bec805;hpb=0eff156c7816507fa1865b76e948574dd320fae0;p=collectd.git diff --git a/README b/README index 811c594c..8a798553 100644 --- a/README +++ b/README @@ -358,11 +358,17 @@ Features needed. Please read collectd-unixsock(5) for a description on how that's done. + - write_graphite + Sends data to Carbon, the storage layer of Graphite. + - write_http Sends the values collected by collectd to a web-server using HTTP POST 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: @@ -629,7 +635,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”)