author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 4 Oct 2008 15:11:02 +0000 (17:11 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 4 Oct 2008 15:11:02 +0000 (17:11 +0200) | ||
commit | 3f847b1532205d63be61333a5f505e58dd7e2f96 | |
tree | 59101c57d04f3f1ea5875ea59413bb468a4340c4 | tree | snapshot |
parent | 975e7fd6d8bb4b7d347ac1a92a92c478032a8133 | commit | diff |
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.
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 | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/dbi.c | [new file with mode: 0644] | blob |