Code

README: Add the dbi plugin and the libdbi dependency.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Oct 2008 20:13:22 +0000 (22:13 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Oct 2008 20:13:22 +0000 (22:13 +0200)
README

diff --git a/README b/README
index c179cd17a31f22dcba5dd0cf72e83ac24fc73280..206a0e98561759b481a0f626ef0730face623ea8 100644 (file)
--- 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.
+    <http://libdbi.sourceforge.net/>
+
   * libesmtp (optional)
     For the `notify_email' plugin.