dbi plugin: Add a plugin to query databases.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Oct 2008 15:11:02 +0000 (17:11 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Oct 2008 15:11:02 +0000 (17:11 +0200)
commit3f847b1532205d63be61333a5f505e58dd7e2f96
tree59101c57d04f3f1ea5875ea59413bb468a4340c4
parent975e7fd6d8bb4b7d347ac1a92a92c478032a8133
dbi plugin: Add a plugin to query databases.

The plugin uses the `dbi' library which provides a database independent
interface. It has only been tested with MySQL so far, so ymmv.

The configuration is similar to the PostgreSQL plugin: You define
queries and databases which execute those queries every $interval
seconds.
configure.in
src/Makefile.am
src/dbi.c [new file with mode: 0644]