X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=0c7a4221369fb496cbd79e87cd22031886cc3427;hb=584b130e51fc0e8214c8b4499b404e8728356fd9;hp=17b62d890ee2b989ce9e408410aa0e31663b99a4;hpb=e9a9482ab6d6ce752fff934625be962d0f88251b;p=collectd.git diff --git a/README b/README index 17b62d89..0c7a4221 100644 --- a/README +++ b/README @@ -235,6 +235,10 @@ Features collectd without the need to start a heavy interpreter every interval. See collectd-python(5) for details. + - redis + The redis plugin gathers information from a redis server, including: + uptime, used memory, total connections etc. + - routeros Query interface and wireless registration statistics from RouterOS. @@ -288,6 +292,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. @@ -504,6 +511,10 @@ Prerequisites * libclntsh (optional) Used by the `oracle' plugin. + * libcredis (optional) + Used by the redis plugin. Please note that you require a 0.2.2 version + or higher. + * libcurl (optional) If you want to use the `apache', `ascent', `curl', `nginx', or `write_http' plugin.