[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Wed Mar 24 17:46:49 CET 2010
    
    
  
 src/utils_format_json.c |  127 +++++++++++++++++++++++++++++++++++++++++++---
 src/utils_format_json.h |    2 +-
 src/write_http.c        |   44 ++++++++---------
 3 files changed, 140 insertions(+), 33 deletions(-)
New commits:
commit 2bfa89ed011ed04b34e1f4c604cf0c639db04c06
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 24 17:44:41 2010 +0100
    src/utils_format_json.c: Use a format string to add strings to the buffer.
    
    While I hope that DS names can be trusted, I'm feeling more comfortable this
    way nonetheless.
commit f33130433732951c8495cfd4e66fea47cf0fa248
Author: Chris Buben <cbuben at eventlogic.com>
Date:   Tue Mar 23 20:53:31 2010 -0700
    utils_format_json: include ds names and types in json output.
    
    Make it easier for external systems (i.e. those without visibility into
    types.db) to interpret collectd json data.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit a1197a4742bc20a68e1ded8feaa85d710c28ddba
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 24 17:38:58 2010 +0100
    src/utils_format_json.c: Convert all data source types to rates except GAUGE.
    
    This is basically the same fix as previously done for the write_http plugin.
commit 670442e38158af0eb6b4a4efa6becfa6696129e7
Author: Chris Buben <cbuben at eventlogic.com>
Date:   Tue Mar 23 20:53:30 2010 -0700
    write_http: make StoreRates work for JSON format, too.
    
    StoreRates for write_http was inconsistent in that it only functioned
    for WH_FORMAT_COMMAND.  Extend StoreRates so that it works when using
    WH_FORMAT_JSON, too.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit cdf943c298cfdce9f088c2393e48e07b5b14d693
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 24 17:32:53 2010 +0100
    write_http plugin: Fix the store rates option.
    
    Convert all data source types to rates except GAUGE. Also, fixes some
    indentation.
    
    
More information about the collectd-changes
mailing list