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

Florian Forster octo at verplant.org
Mon Dec 17 15:48:40 CET 2007


 src/collectd.conf.pod |   60 ++++++++++++++++++++++++++++++++++++++++++++++
 src/utils_cache.c     |   51 +++++++++++++++++++++++++++------------
 src/utils_threshold.c |   64 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/utils_threshold.h |    1 
 4 files changed, 159 insertions(+), 17 deletions(-)

New commits:
commit 421d36537a42d9b397a95d6728b157eb92140d24
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Mon Dec 17 15:48:36 2007 +0100

    collectd.conf(5): Started documenting the threshold thingy.

commit 1d5a1b3e8e3629c76ba92356ecfa8dfd576e5843
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Mon Dec 17 15:37:01 2007 +0100

    utils_{cache,threshold}.[ch]: Implemented the ``check interesting'' function.
    
    The cache now checks if a missing value would be ``interesting'', i. e. if a
    threshold is configured for it. If so, a notification is send and the entry is
    _not_ removed from the cache. Otherwise, no notification is sent and the entry
    is removed.
    The changes have been tested a little and should basically work.




More information about the collectd-changes mailing list