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

Florian Forster octo at verplant.org
Sat Nov 10 23:46:34 CET 2012


 src/aggregation.c     |   98 ++++++++++++++++++++++++++++++++++++++++++++++---
 src/collectd.conf.in  |   13 ++++---
 src/collectd.conf.pod |   59 +++++++++++++++++++----------
 3 files changed, 140 insertions(+), 30 deletions(-)

New commits:
commit fde8b86f075b8829b196b489e0dc294ff888d6ed
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 10 21:43:08 2012 +0100

    aggregation plugin: Handle the initial EAGAIN return value of rate_to_value().
    
    This avoids an annoying and confusing warning.

commit e117ee5d033765dca02541a406a565f007efe0c0
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 10 21:40:20 2012 +0100

    aggregation plugin: Handle a start-up condition gracefully.
    
    The resulting error message would confuse and annoy users.

commit d8e1728e5198087a77ecae83fcd8d63f6d4aad54
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 10 21:36:17 2012 +0100

    aggregation plugin: Implement the "GroupBy" option.
    
    This new configuration format has two benefits:
    1) It is easier to understand by users, because they don't have to know
       about two types of wildcards.
    2) In the future matching of Host, Plugin, Type, ... may support regular
       expressions. In that case, this configuration syntax doesn't need to
       be adapted.




More information about the collectd-changes mailing list