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

Florian Forster octo at verplant.org
Wed Jan 25 20:56:20 CET 2012


 AUTHORS              |    6 ++
 configure.in         |   66 ++++++++++++++
 src/Makefile.am      |   10 ++
 src/collectd.conf.in |    9 ++
 src/write_mongodb.c  |  245 ++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 336 insertions(+), 0 deletions(-)

New commits:
commit dba49453a9ca7ece471c3136b56b8440e7cc7fbe
Merge: 3dffa6f fc5c43d
Author: Florian Forster <github at nospam.verplant.org>
Date:   Wed Jan 25 11:55:24 2012 -0800

    Merge pull request #12 from ChrisLundquist/as/mongodb
    
    Write MongoDB plugin: New plugin to write statistics to MongoDB, a NoSQL database using JSON documents.

commit fc5c43d7db4f05aae907eec5b0c5121bcf650709
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 25 11:51:13 2012 +0100

    write_mongodb plugin: Fix a format-string error.
    
    Change-Id: Ia18cfa8ea7ef8536957c0807112620d2e0e2a976

commit 44733bbe7d0585c9e459132053bd372ce0ba1630
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 25 11:47:37 2012 +0100

    write_mongodb plugin: Fix the use of {CPP,LD}FLAGS.
    
    Change-Id: Ieb8467d3c1d0fac819864ff873594432170289d3

commit ca039cc92a09714cc2a4a1d05673bff34d395edc
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 25 11:24:28 2012 +0100

    write_mongodb plugin: Update copyright header.
    
    Change-Id: Ie939a7f3df1db9fc2aa3493028e3b3d74cdaeb61

commit 830b900e1f2473904f15eb29475a1f857a017ba1
Author: Chris Lundquist <chris.lundquist at bluebox.net>
Date:   Tue Jan 24 11:57:06 2012 -0800

    remove more commented out code

commit b9cd6ea32dd72d250727db1b76e4bc978d005574
Author: Chris Lundquist <clundquist at bluebox.net>
Date:   Fri Jan 20 14:29:31 2012 -0800

    We have to convert CDTime to seconds since epoch

commit e315325cacd8463b32fc61f91abf05c66de7fc8c
Author: Chris Lundquist <chris.lundquist at bluebox.net>
Date:   Mon Jan 16 09:44:37 2012 -0800

    remove commented out code

commit 731f60bad6b6b051731f88051fa32876f2be6a45
Author: Chris Lundquist <clundquist at bluebox.net>
Date:   Mon Jan 16 21:10:46 2012 -0800

    Ok it is posting to the local server

commit 575200360174d98b14f7377a7aa74ae702960bcb
Author: Chris Lundquist <clundquist at bluebox.net>
Date:   Mon Jan 16 16:13:13 2012 -0800

    added more debugging. cleaned up commented lines

commit f9d98b27fd63f050f2dc2a825fe3aa130aaab841
Author: Chris Lundquist <clundquist at bluebox.net>
Date:   Fri Jan 13 14:33:29 2012 -0800

    compiles cleanly. libmongoc doesn't have an install target, will try to commit one there instead of having to hack the directory stucture to please ./configure.

commit 13322bb3c3253dce20bd0241c3725d27dc1fd732
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 6 11:53:42 2010 +0100

    configure.in: Improve check for libmongoc (aka. mongo-c-driver)

commit e853b1cad4b79bcab0a2ba000ec78d97fee1b1f3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Nov 3 15:19:26 2010 +0100

    write_mongodb plugin: Rename the "write_mongo" plugin.

commit 212ef86c9038207108837448ec4eafd8d4ab0cb9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Nov 3 15:13:28 2010 +0100

    write_mongo plugin: Build fixes.
    
    Enable the "write_mongo" plugin when the library is available. Move the
    "MONGO_HAVE_STDINT" define into the .c file. Avoid the poisoned "strcpy".

commit 26e39b822919e7fd701e8c6c80f01ee3e3ffec19
Author: Akkarit Sangpetch <asangpet at andrew.cmu.edu>
Date:   Sat Oct 2 11:49:43 2010 -0400

    Fix plugin and type instance field name, also free bson object buffer

commit 4ce283aaf014d2fa76984ed1fcaccbf5ad8ed08c
Author: Akkarit Sangpetch <asangpet at andrew.cmu.edu>
Date:   Wed Nov 3 14:01:11 2010 +0100

    Add write_mongo plugin support for mongodb output (based on write_redis)

commit d896b012f9386cab398c579601f90606c90fb542
Author: Ryan Cox <ryan.a.cox at gmail.com>
Date:   Wed Nov 3 14:04:09 2010 +0100

    configure.in: Check for libmongoc.




More information about the collectd-changes mailing list