summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e77c9e)
raw | patch | inline | side by side (parent: 3e77c9e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 22 Mar 2010 19:07:31 +0000 (20:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 4 Aug 2010 13:13:50 +0000 (15:13 +0200) |
README | patch | blob | history |
index 8d4d275d568cc1206eca148945ebfd59d3e06cba..4d83a7abd268dd69c8e31e09f9ef3c968c42e4dc 100644 (file)
--- a/README
+++ b/README
* 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
Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.
<http://www.python.org/>
+ * librabbitmq (optional; also called “rabbitmq-c”)
+ Used by the AMQP plugin for AMQP connections, for example to RabbitMQ.
+ <http://hg.rabbitmq.com/rabbitmq-c/>
+
* librouteros (optional)
Used by the `routeros' plugin to connect to a device running `RouterOS'.
<http://verplant.org/librouteros/>