X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=4d83a7abd268dd69c8e31e09f9ef3c968c42e4dc;hb=24e77fc50dc3be8de8cfc4f640140275538b40f7;hp=ade430ccd415a71a1f7eeb44ec5bda150db2c506;hpb=42c5164ff2fe8198956bef0c8504f51f56c5a637;p=collectd.git diff --git a/README b/README index ade430cc..4d83a7ab 100644 --- a/README +++ b/README @@ -288,6 +288,9 @@ Features - users Users currently logged in. + - varnish + Various statistics from Varnish, an HTTP accelerator. + - vmem Virtual memory statistics, e. g. the number of page-ins/-outs or the number of pagefaults. @@ -308,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 @@ -604,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'. @@ -650,6 +661,10 @@ Prerequisites Parse JSON data. This is needed for the `curl_json' plugin. + * libvarnish (optional) + Fetches statistics from a Varnish instance. This is needed for the Varnish plugin + + Configuring / Compiling / Installing ------------------------------------