summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 172dccc)
raw | patch | inline | side by side (parent: 172dccc)
author | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Sat, 26 Jul 2014 07:30:46 +0000 (09:30 +0200) | ||
committer | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Sat, 26 Jul 2014 07:30:46 +0000 (09:30 +0200) |
AUTHORS | patch | blob | history | |
README | patch | blob | history |
index 31d132fbfa3c12cf27948ab5e1c9019ddab49adc..38d20b9fe5c90245f26fb6d44fe7f95f24bac3b1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
Pierre-Yves Ritschard <pyr at spootnik.org>
- 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 <the55 at wp.pl>
- SMF manifest for collectd.
index fa88f387c7339ecb4790c0bbadb4b45353f0050f..66408a1841405999c3a8e6cf1f4c5f79b9d606a6 100644 (file)
--- a/README
+++ b/README
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.
Used by the AMQP plugin for AMQP connections, for example to RabbitMQ.
<http://hg.rabbitmq.com/rabbitmq-c/>
+ * librdkafka (optional; also called “rdkafka”)
+ Used by the Kafka plugin for producing.
+ <https://github.com/edenhill/librdkafka>
+
* librouteros (optional)
Used by the `routeros' plugin to connect to a device running `RouterOS'.
<http://verplant.org/librouteros/>