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

Florian Forster octo at verplant.org
Fri Aug 6 15:01:46 CEST 2010


 src/Makefile.am        |    4 +-
 src/amqp.c             |  138 +++++++++++++++++++++++++++++++++++------------
 src/common.c           |   70 ++++++++++++++++++++++++
 src/common.h           |    3 +
 src/utils_cmd_putval.c |   26 +++++++++
 src/utils_cmd_putval.h |    5 ++
 src/write_http.c       |   72 +-------------------------
 7 files changed, 211 insertions(+), 107 deletions(-)

New commits:
commit f2da5bf3f87e0aabc63ab0d62e8d3eab81e1cba1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Aug 6 15:01:40 2010 +0200

    amqp plugin: Implement the "Format" config option.
    
    By default, the publishing code now creates "command" (i.e. PUTVAL) output.
    For now this is easier to parse, so use this for the subscribing code.
    (For now, anyways. I guess JSON will come later, too.)

commit d4d464b2befd947f6d561621464d51a4b369841a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Aug 6 14:59:56 2010 +0200

    src/utils_cmd_putval.[ch]: Implement "create_putval".

commit fadaa85e778bce2c8755516772b260cb7f73dbaf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Aug 6 14:40:55 2010 +0200

    write_http plugin: Move "wh_value_list_to_string" to src/common.[ch].

commit cacfb7e267c2d39c03d49a0157fc6cf23940126d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Aug 6 14:10:46 2010 +0200

    amqp plugin: Only accept the "Persistent" option in "Publish" blocks.




More information about the collectd-changes mailing list