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

Florian Forster octo at verplant.org
Tue Nov 23 13:05:05 CET 2010


 src/common.c      |   34 +++++++++-
 src/common.h      |    5 +-
 src/plugin.c      |   56 ++++++++++++++++-
 src/plugin.h      |   12 +++-
 src/utils_cache.c |  181 +++++++++++++++++++++++++----------------------------
 5 files changed, 184 insertions(+), 104 deletions(-)

New commits:
commit af94242000c1f54c0f752bb66bcecfcced4080f0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 23 13:02:21 2010 +0100

    src/utils_cache.c: Call the "missing" callbacks when a value is not being updated.

commit 8eb9e6285f394569d7fe6ad43a0f4e5f9bca454f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 23 12:57:25 2010 +0100

    src/common.[ch]: Implement "parse_identifier_vl".

commit 1f5513547a11512077e64769d3e08a2df35105a3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 23 12:56:11 2010 +0100

    src/plugin.[ch]: Implement "missing" callbacks.
    
    This is a first step towards moving the threshold checking code into
    a plugin.




More information about the collectd-changes mailing list