X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=66408a1841405999c3a8e6cf1f4c5f79b9d606a6;hb=797727e080fa8d932864b6e677fd0c56e9cd73b2;hp=fa88f387c7339ecb4790c0bbadb4b45353f0050f;hpb=1663ae3de60be5cc1dd641c14b36d351dfdce35e;p=collectd.git diff --git a/README b/README index fa88f387..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. @@ -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'.