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

Florian Forster octo at verplant.org
Fri Oct 31 11:33:44 CET 2008


 configure.in                     |   72 +++
 contrib/oracle/create_schema.ddl |  243 +++++++++
 contrib/oracle/db_systat.sql     |   55 ++
 src/Makefile.am                  |   11 +
 src/collectd.conf.pod            |   59 +++
 src/oracle.c                     | 1027 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 1467 insertions(+), 0 deletions(-)

New commits:
commit c87da66245197f489bb0e9efffc23538cf07e70b
Merge: a2e60e30e09c9c7d881fe288074e20eb0d748219 a3b477b60e7215ae813d665e22325b4b318646ef
Author: Florian Forster <octo at noris.net>
Date:   Fri Oct 31 11:31:43 2008 +0100

    Merge branch 'ff/oracle'
    
    Conflicts:
    
    	configure.in

commit a3b477b60e7215ae813d665e22325b4b318646ef
Author: Roman Klesel <roman.klesel at noris.de>
Date:   Fri Oct 31 11:09:50 2008 +0100

    contrib/oracle: Add an example schema and SQL statements for the oracle plugin.
    
    create_schema.ddl: Script to create a schema that can be queried by
        collectd.
    db_systat.sql: Sample SQL statements to be used in the collectd
        configuration.

commit e1174d38b5fcecded6ddb22f2beba44802380afa
Author: Florian Forster <octo at noris.net>
Date:   Thu Oct 9 09:53:47 2008 +0200

    oracle plugin: Correct the inline documentation.

commit dece73482f0036998e37d4325ce0cba40dd6f65c
Author: Florian Forster <octo at noris.net>
Date:   Thu Oct 9 09:53:13 2008 +0200

    collectd.conf(5): Added documentation for the "oracle" plugin.

commit f5095ce8d56c3c1d0753de5f5cf690f414db0a35
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 7 16:46:11 2008 +0200

    oracle plugin: Added an exception to the GPL to allow linking with the OCI.

commit a737ed7416823444715e5987261cbdda7cd571e7
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 7 15:38:24 2008 +0200

    Build system: Add a check for the OCI interface and add the oracle plugin.

commit e158468972a8fdb5ec312120365738b1a6f9f819
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 7 15:37:24 2008 +0200

    oracle plugin: Add a plugin to query Oracle databases.




More information about the collectd-changes mailing list