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

Florian Forster octo at verplant.org
Wed Feb 27 22:48:39 CET 2008


 src/Makefile.am           |    1 
 src/collectd-unixsock.pod |    9 +++++++
 src/collectd.c            |   45 ++++++++++++++++++++++++++-------------
 src/rrdtool.c             |    7 ++++--
 src/unixsock.c            |    5 ++++
 src/utils_cmd_flush.c     |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 src/utils_cmd_flush.h     |   30 ++++++++++++++++++++++++++
 7 files changed, 132 insertions(+), 17 deletions(-)

New commits:
commit 04fd7e422e9ca5ca75d5ffa253cf541d821baa1b
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Feb 27 21:58:45 2008 +0100

    collectd.c: Check for errors in sigaction().
    
    Terminate collectd if sigaction() fails which should not happen anyway.
    
    While I was at it, I renamed the signal handler functions and the sigaction
    structs to follow the coding style used everywhere else in collectd.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit a79a29c826b99d9dd2b0214e3bccf7491509d8f5
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Feb 27 21:57:37 2008 +0100

    unixsock plugin, utils_cmd_flush: Implemented the "flush" command.
    
    This command flushes all cached data using plugin_flush_all(). An optional
    timeout may be specified as an argument.
    
    A new module "utils_cmd_flush" has been added for this purpose.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 91ccfb61e4da1094e7a845d0a5982d90cd77e78e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Feb 27 21:56:32 2008 +0100

    rrdtool plugin: Get the cache lock before checking for a nonexistent cache.
    
    This should not make any difference, but, in theory, this is a semantical
    error, so, let's just fix it :-)
    
    Thanks to Stefan Völkel for pointing this out.
    
    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