From: Sebastian Harl Date: Sun, 10 May 2009 13:29:05 +0000 (+0200) Subject: README: Added missing plugins and libraries. X-Git-Tag: collectd-4.7.0~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9256582b03a6d47fa0e56517c6b6a93d3ff2d092;p=collectd.git README: Added missing plugins and libraries. That is, the fscache, memcachec, table and uptime plugins and libganglia, libgcrypt and libmemcached. --- diff --git a/README b/README index a1bf5ff2..26519f5f 100644 --- a/README +++ b/README @@ -79,6 +79,9 @@ Features - filecount Count the number of files in directories. + - fscache + Linux file-system based caching framework statistics. + - gmond Receive multicast traffic from Ganglia instances. @@ -118,6 +121,9 @@ Features Motherboard sensors: temperature, fanspeed and voltage information, using mbmon(1). + - memcachec + Query and parse data from a memcache daemon. + - memcached Statistics of the memcached distributed caching system. @@ -210,6 +216,9 @@ Features - swap Pages swapped out onto harddisk or whatever is called `swap' by the OS.. + - table + Parse table-like structured files. + - tail Follows (tails) logfiles, parses them by lines and submits matched values. @@ -229,6 +238,9 @@ Features - thermal Linux ACPI thermal zone information. + - uptime + System uptime statistics. + - users Users currently logged in. @@ -431,6 +443,12 @@ Prerequisites For the `notify_email' plugin. + * libganglia (optional) + Used by the `gmond' plugin to process data received from Ganglia. + + * libgcrupt (optional) + Used by the `network' plugin for encryption and authentication. + * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -445,6 +463,9 @@ Prerequisites used by the Java plugin to execute Java bytecode. See “Configuring with libjvm” below. + * libmemcached (optional) + Used by the `memcachec' plugin to connect to a memcache daemon. + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin.