[collectd-changes] collectd, the system statistics collection daemon: Changes to 'sp/amqp'

Florian Forster octo at verplant.org
Fri Aug 6 09:04:27 CEST 2010


 src/amqp.c           |  200 ++++++++++++++++++++++++++++++++++++++------------
 src/collectd.conf.in |   11 +++
 2 files changed, 163 insertions(+), 48 deletions(-)

New commits:
commit 8a9e3f8c8d93c70d6c75e7bfe654ae24a744b88b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 23:08:50 2010 +0200

    amqp plugin: Implement the "StoreRates" option.

commit 3ae42434d74ae3c815b252f393bd0cfe59be83b9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 23:08:16 2010 +0200

    amqp plugin: Put the connecting code into a separate function.

commit 7a34772b386b6c1483b7709efac631fd8a9aa699
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 22:45:17 2010 +0200

    amqp plugin: Initialize the port number to 5672.

commit 5d9bf07d558e228bc7c83ed3fc3f0666e7133ee4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 22:44:15 2010 +0200

    amqp plugin: Let the user chose the delivery method.
    
    Use "volatile" by default, but enable the user to switch to "persistent" if
    it is important that no value is lost.

commit adc387a3aad391700eb1bae48f1d95a804ea4e8a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 19:31:44 2010 +0200

    amqp plugin: Implement persistent connection handling.
    
    A connection is now opened on the first value to be written and is kept
    open for as long as possible. This is hopefully much more efficient than
    opening a new connection for each value.
    
    The value_list_t is now converted to JSON first, before locking the
    global connection object, in order to hold the lock for the least
    possible time.

commit bc016773bc8aac7604bdf11bc44077067836104e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 19:00:50 2010 +0200

    amqp plugin: Add error messages and give saner example config values.

commit d82c71c029e21136db909e77267f1038424a117f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 18:05:06 2010 +0200

    src/collectd.conf.in: Add the AMQP plugin.

commit 41c8215f02d83d1f90013e33c3b61b70443a32e7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 17:59:31 2010 +0200

    amqp plugin: Adapt to the new syntax of "format_json_value_list".




More information about the collectd-changes mailing list