[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Feb 2 20:04:58 CET 2009
src/Makefile.am | 3 +-
src/collectd.conf.in | 2 +-
src/collectd.conf.pod | 7 +
src/dbi.c | 721 +++++++++---------------------------------
src/utils_db_query.c | 845 +++++++++++++++++++++++++++++++++++++++++++++++++
src/utils_db_query.h | 57 ++++
6 files changed, 1066 insertions(+), 569 deletions(-)
New commits:
commit a3bc3e9a560b8e1da1be9fa040116226cf6798ab
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Feb 2 18:40:11 2009 +0100
dbi plugin: Put the row handling logic in an extra module.
The `utils_db_query' module now handles config parsing and row handling.
This unifies basically all of the <Query> blocks, so that the `dbi' and
`oracle' plugins behave exactly alike. Porting the `postgresql' plugin
should be possible, too, so that all three database plugins are in line.
More information about the collectd-changes
mailing list