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

Florian Forster octo at verplant.org
Tue Apr 8 09:49:35 CEST 2008


 src/exec.c |  181 +++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 124 insertions(+), 57 deletions(-)

New commits:
commit 36e53c066210874f01da525f8c823c137c9574b4
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Apr 8 09:49:23 2008 +0200

    exec plugin: Removed whitespaces at EOL.

commit a6ee4ce819e373d257d01a232666f7579d41b00c
Author: Peter Holik <peter at holik.at>
Date:   Tue Apr 1 16:12:10 2008 +0200

    exec plugin: Separate stdout and stderr.
    
    Hi!
    
    Digitemp sends errors to stderr, but collectd handles stdout and stderr
    as the same and reports parsing errors.
    
    My idea is to seperate stdout and stderr.
    
    I also removed the special pipe handling checking for stdin...
    because exec plugin will alway have a fd > 2 for pipes !!
    (fd 0,1 and 2 (stdin, stdout, stderr) are used by collectd with /dev/null if demonized)
    
    now strings from stderr will be reportet by ERROR
    
    cu Peter
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list