From: Florian Forster Date: Sat, 4 Oct 2008 20:13:22 +0000 (+0200) Subject: README: Add the dbi plugin and the libdbi dependency. X-Git-Tag: collectd-4.6.0~185 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0edea374128b94a2e266e1ac33eea8e1d5bfca34;p=collectd.git README: Add the dbi plugin and the libdbi dependency. --- diff --git a/README b/README index c179cd17..206a0e98 100644 --- a/README +++ b/README @@ -40,6 +40,10 @@ Features - cpufreq CPU frequency (For laptops with speed step or a similar technology) + - dbi + Executes SQL statements on various databases and interprets the returned + data. + - df Mountpoint usage (Basically the values `df(1)' delivers) @@ -363,6 +367,10 @@ Prerequisites * libcurl (optional) If you want to use the `apache', `ascent', or `nginx' plugin. + * libdbi (optional) + Used by the `dbi' plugin to connect to various databases. + + * libesmtp (optional) For the `notify_email' plugin.