[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Oct 4 22:14:40 CEST 2008
README | 8 +
configure.in | 1495 ++++++++++++++++++++++++++-----------------------
src/Makefile.am | 10 +
src/collectd.conf.pod | 155 +++++
src/dbi.c | 1059 ++++++++++++++++++++++++++++++++++
5 files changed, 2022 insertions(+), 705 deletions(-)
New commits:
commit cb5948b449ae3c337959daec614ff22aa2ad3348
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 22:13:35 2008 +0200
collectd.conf(5): Add documentation about the dbi plugin.
commit 0edea374128b94a2e266e1ac33eea8e1d5bfca34
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 22:13:22 2008 +0200
README: Add the dbi plugin and the libdbi dependency.
commit 3f847b1532205d63be61333a5f505e58dd7e2f96
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 17:11:02 2008 +0200
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.
commit 975e7fd6d8bb4b7d347ac1a92a92c478032a8133
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 11:21:07 2008 +0200
configure.in: Ordered the `--with-*' arguments.
commit c044208ae2c13b28483fb3fa45b0a568d1758b2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 11:13:31 2008 +0200
configure.in: Unify the --with-* arguments.
Renamed `--with-rrdtool' to `--with-librrd' and `--with-lm-sensors' to
`--with-libsensors'.
commit 8757c918e59bbbccd2e471f129790a5a019cbd8d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 4 10:59:30 2008 +0200
configure.in: Insert folding markers.
This hopefully makes the file a little easier to read..
More information about the collectd-changes
mailing list