[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Mon Nov 19 22:37:23 CET 2012
    
    
  
 src/aggregation.c          |   64 ++++++++-------
 src/collectd.conf.pod      |    6 ++
 src/utils_vl_lookup.c      |  191 ++++++++++++++++++++++++++++++++++----------
 src/utils_vl_lookup.h      |   13 ++-
 src/utils_vl_lookup_test.c |   42 ++++++++--
 5 files changed, 229 insertions(+), 87 deletions(-)
New commits:
commit 16202999622d778521903ca2feef7d55c5b1b5b3
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 19 22:37:18 2012 +0100
    src/utils_vl_lookup.[ch]: Support selecting values by regex.
    
    The name generated by the Aggregation plugin currently includes the
    regular expression, which is suboptimal. We need to come up with something
    clever there I guess.
    
    
More information about the collectd-changes
mailing list