X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=bd577f7c2d5490850e470245ddcd37561c12f32a;hb=7ddb3fb44bf0b5ad6ba8de071b9c4bf1a84f03ca;hp=43df03b890064353cb79870667e61cd64076b0c2;hpb=c3c9a56e37bac5d5be3b6beb0b33f89ea941295e;p=collectd.git diff --git a/README b/README index 43df03b8..bd577f7c 100644 --- a/README +++ b/README @@ -54,6 +54,9 @@ Features - chrony Chrony daemon statistics: Local clock drift, offset to peers, etc. + - connectivity + Event-based interface status. + - conntrack Number of nf_conntrack entries. @@ -465,7 +468,11 @@ Features - amqp Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) - server, such as RabbitMQ. + 0.9.1 server, such as RabbitMQ. + + - amqp1 + Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) + 1.0 server, such as Qpid Dispatch Router or Apache Artemis Broker. - csv Write to comma separated values (CSV) files. This needs lots of @@ -908,8 +915,14 @@ Prerequisites are supported. + * libqpid-proton (optional) + Used by the `amqp1' plugin for AMQP 1.0 connections, for example to + Qdrouterd. + + * librabbitmq (optional; also called “rabbitmq-c”) - Used by the `amqp' plugin for AMQP connections, for example to RabbitMQ. + Used by the `amqp' plugin for AMQP 0.9.1 connections, for example to + RabbitMQ. * librdkafka (optional; also called “rdkafka”)