[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sun Feb 1 15:46:39 CET 2009


 configure.in                                  |    6 +-
 src/Makefile.am                               |    3 +-
 src/collectd.conf.pod                         |   56 +++-
 src/csv.c                                     |   19 +-
 src/dbi.c                                     |  392 +++++++++++++++++--------
 src/libcollectdclient/Makefile.am             |    1 +
 src/libcollectdclient/libcollectdclient.pc.in |   11 +
 src/utils_parse_option.c                      |   51 ++++
 src/utils_parse_option.h                      |    2 +
 9 files changed, 397 insertions(+), 144 deletions(-)

New commits:
commit 0c75c6cd9bd52480856a9ccb8289e9b17d708c63
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 1 15:46:27 2009 +0100

    csv plugin: Make the output to STDOUT compatible to the exec plugin.
    
    Probably not that useful, but the output written to STDOUT by the csv
    plugin is not in the form accepted by the exec plugin. This makes some
    potentially interesting hacks possible ;)

commit 55e53e154eeaf317b051202f3310d611949e6ff8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 1 15:43:53 2009 +0100

    dbi plugin: Add <Result> blocks.
    
    With these blocks it's possible to receive more than one value (per row)
    from one SQL statement.

commit 9ece08deeff008c16f320a45989b26630cc9b42a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 1 11:46:03 2009 +0100

    libcollectdclient: Add a .pc file for pkg-config.




More information about the collectd-changes mailing list