[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.5'
    Florian Forster 
    octo at verplant.org
       
    Thu Mar 19 19:48:16 CET 2009
    
    
  
 src/exec.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)
New commits:
commit 5e1c92743686af477770abe7029083d1e7100455
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Mar 19 19:46:01 2009 +0100
    exec plugin: Allow executed programs to close STDERR.
    
    When an executed program is closing STDERR but continues running, the
    daemon will wait for the child to exit and the child will eventually
    block because the pipe is filled up, resulting in no statistics being
    collected.
    
    Thanks to Thorsten von Eicken for finding this problem :)
    
    
More information about the collectd-changes
mailing list