[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'

Florian Forster octo at verplant.org
Wed Sep 3 09:12:16 CEST 2014


 src/curl.c        |   63 ++++++++++++++---------------------------------------
 src/memcachec.c   |    1 +
 src/utils_match.c |   14 +++++++++++-
 src/utils_match.h |   13 ++++++++++-
 4 files changed, 42 insertions(+), 49 deletions(-)

New commits:
commit 0f877a368c1c339386add57c573094855457eefe
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 3 09:10:00 2014 +0200

    src/utils_match.[ch]: Implement match_value_reset().
    
    This is called from the curl and memcachec plugins. Previously, gauge
    average, minimum and maximum values were calculated since the start of
    the daemon, rather than per-interval. This is not the documented
    functionality.
    
    Fixes: #663

commit 981a488d5cfbdc80a40d82d160f27e69c66a62d0
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 3 07:39:27 2014 +0200

    curl plugin: Use the utility functions for config handling.




More information about the collectd-changes mailing list