X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=bcedb62e0a387c63370a07f8a4a302c90dceb670;hp=c0d703633d7dce78bace8c356748578ba6e22a4a;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=bdf4ac4bba349bac128fea28fac13fda784ae78c diff --git a/README b/README index c0d70363..bcedb62e 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. @@ -662,7 +665,7 @@ Prerequisites * liboping (optional) Used by the `ping' plugin to send and receive ICMP packets. - + * libowcapi (optional) Used by the `onewire' plugin to read values from onewire sensors (or the @@ -699,9 +702,13 @@ 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'. - + * librrd (optional) Used by the `rrdtool' and `rrdcached' plugins. The latter requires RRDtool @@ -857,7 +864,7 @@ Contact For questions, bug reports, development information and basically all other concerns please send an email to collectd's mailing list at - . + . For live discussion and more personal contact visit us in IRC, we're in channel #collectd on freenode. @@ -866,7 +873,7 @@ Contact Author ------ - Florian octo Forster , + Florian octo Forster , Sebastian tokkee Harl , and many contributors (see `AUTHORS').