From: Sebastian Harl Date: Sun, 11 Oct 2009 16:43:00 +0000 (+0200) Subject: README: Added missing prerequisites. X-Git-Tag: collectd-4.8.2~13 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5c8b7a1e1e9d729f4fa2955ad1aabb02523fff41 README: Added missing prerequisites. --- diff --git a/README b/README index c5c2b7fa..37ddf8eb 100644 --- a/README +++ b/README @@ -173,7 +173,7 @@ Features Network UPS tools: UPS current, voltage, power, charge, utilisation, temperature, etc. See upsd(8). - - olsr + - olsrd Queries routing information from the “Optimized Link State Routing” daemon. @@ -473,9 +473,11 @@ Prerequisites * libganglia (optional) Used by the `gmond' plugin to process data received from Ganglia. + * libgcrypt (optional) Used by the `network' plugin for encryption and authentication. + * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -495,9 +497,11 @@ Prerequisites Library that encapsulates the `Java Virtual Machine' (JVM). This library is used by the Java plugin to execute Java bytecode. See “Configuring with libjvm” below. + (and others) * libmemcached (optional) Used by the `memcachec' plugin to connect to a memcache daemon. + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin. @@ -556,6 +560,10 @@ Prerequisites and/or Solaris. + * libtokyotyrant (optional) + Used by the tokyotyrant plugin. + + * libupsclient/nut (optional) For the `nut' plugin which queries nut's `upsd'.