From: Pierre-Yves Ritschard Date: Sat, 26 Jul 2014 07:30:46 +0000 (+0200) Subject: vanity X-Git-Tag: collectd-5.5.0~282 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=ffbc7413174cb2c07b1b22a1fb11f3de9d487f3c vanity --- diff --git a/AUTHORS b/AUTHORS index 31d132fb..38d20b9f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -195,6 +195,10 @@ Phoenix Kayo Pierre-Yves Ritschard - Write-Riemann plugin. - Write-Graphite plugin: Notification support. + - Write-Kafka plugin. + - Log-Logstash plugin. + - Normalization in the CPU plugin. + - Relative values in the Load plugin. Piotr Hosowicz - SMF manifest for collectd. 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'.