X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=66408a1841405999c3a8e6cf1f4c5f79b9d606a6;hb=1d361acaa2db15b51a752420d34f3416a8dc8603;hp=fa88f387c7339ecb4790c0bbadb4b45353f0050f;hpb=b19aa60c32f4792f8e16f90af22166c185540702;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'.