X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=66408a1841405999c3a8e6cf1f4c5f79b9d606a6;hb=797727e080fa8d932864b6e677fd0c56e9cd73b2;hp=c0d703633d7dce78bace8c356748578ba6e22a4a;hpb=54ef2ae58f8ef125cf1d3aefe3ac839ba7e67f8a;p=collectd.git diff --git a/README b/README index c0d70363..66408a18 100644 --- a/README +++ b/README @@ -404,6 +404,9 @@ Features requests. The transmitted data is either in a form understood by the Exec plugin or formatted in JSON. + - write_kafka + Sends data to Apache Kafka, a distributed queue. + - write_mongodb Sends data to MongoDB, a NoSQL database. @@ -565,7 +568,7 @@ Prerequisites * A POSIX-threads (pthread) implementation. Since gathering some statistics is slow (network connections, slow devices, - etc) the collectd is parallelized. The POSIX threads interface is being + etc) collectd is parallelized. The POSIX threads interface is being used and should be found in various implementations for hopefully all platforms. @@ -699,6 +702,10 @@ Prerequisites Used by the AMQP plugin for AMQP connections, for example to RabbitMQ. + * librdkafka (optional; also called “rdkafka”) + Used by the Kafka plugin for producing. + + * librouteros (optional) Used by the `routeros' plugin to connect to a device running `RouterOS'.