[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.10'
    Florian Forster 
    octo at verplant.org
       
    Fri Aug 26 14:40:09 CEST 2011
    
    
  
 .gitignore            |    1 +
 src/utils_rrdcreate.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
New commits:
commit f4c495df1843f5e87f16d122fdc78531ceb2773d
Merge: caf8a03 ca86420
Author: Florian Forster <octo at collectd.org>
Date:   Fri Aug 26 14:37:25 2011 +0200
    Merge "fix xff excessive rounding" into collectd-4.10
commit caf8a03d3ae4b912d20b65a4ab6155ef48adfc28
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Aug 12 22:12:47 2010 +0200
    .gitignore: Added collectdctl.
commit ca86420e6801c5e97cc40176cce27d2b0125a430
Author: Francois-Xavier Bourlet <fx at dotcloud.com>
Date:   Sun Aug 21 11:05:40 2011 +0200
    fix xff excessive rounding
    
    Hi,
    
    When generating arguments for rrd_create, the previous
    format string "%.1f", was rounding up the value too aggressively.
    
    ex: for xff==0.9999 the result would be -> 1.0 (invalid value for xff!)
    
    The new format string is "%.10f", which lead up to 10 digits after the
    dot, enough to be close to the double type limit, and so handling
    correctly the previous example.
    
    Change-Id: I7c6cc55b0d43beb5ef351bb04b67f4628249c737
    
    
More information about the collectd-changes
mailing list