From 8608851b0f56e3ddba06efa63820c265608d8b84 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 22 Mar 2010 20:07:31 +0100 Subject: [PATCH] README: Add the amqp plugin and the librabbitmq dependency. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 8d4d275d..4d83a7ab 100644 --- a/README +++ b/README @@ -311,6 +311,10 @@ Features * Output can be written or sent to various destinations by the following plugins: + - amqp + Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) + server, such as RabbitMQ. + - csv Write to comma separated values (CSV) files. This needs lots of diskspace but is extremely portable and can be analysed with almost @@ -607,6 +611,10 @@ Prerequisites Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported. + * librabbitmq (optional; also called “rabbitmq-c”) + Used by the AMQP plugin for AMQP connections, for example to RabbitMQ. + + * librouteros (optional) Used by the `routeros' plugin to connect to a device running `RouterOS'. -- 2.11.0