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

Florian Forster octo at verplant.org
Wed Feb 27 08:21:21 CET 2008


 src/collectd.c |   28 ++++++++++++++++++++++++++++
 src/plugin.c   |   29 +++++++++++++++++++++++++++++
 src/plugin.h   |    4 ++++
 src/rrdtool.c  |   12 ++++++++++++
 4 files changed, 73 insertions(+)

New commits:
commit 077f8e9a1b486670232ba71ef0e6219a45289241
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Feb 26 18:15:28 2008 +0100

    rrdtool plugin: Added a flush callback.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit fb14e1f8ff0d3b7dddde1baa4a7a5b44532d27a4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Feb 26 18:12:07 2008 +0100

    collectd, plugin: Added support for "flush" callbacks.
    
    A flush callback may be provided to make it possible to flush internal caches
    (e.g. the rrdtool plugin's data cache) from outside the plugin. On SIGUSR1,
    flush callback is invoked for all plugins. As flushing large amounts of data
    might take some time a new thread is started to handle the request
    asynchronously.
    
    Thanks to Stefan Völkel for proposing this.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list