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

Florian Forster octo at verplant.org
Thu Aug 8 09:31:56 CEST 2013


 src/csv.c |   26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

New commits:
commit d8a5927958995e2c62d5c32a395a724db1af9123
Author: Manuel Luis Sanmartin Rozada <manuel.luis at gmail.com>
Date:   Tue Aug 6 12:30:52 2013 +0200

    csv plugin: set datadir null when free
    
    If you define twice DataDir:
    
        <Plugin csv>
    	DataDir "/opt/collectd/var/lib/collectd/csv"
    	DataDir stdout
        </Plugin>
    
    the second time datadir will not be null and
    you will get garbage in value_list_to_filename
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 44dcf2017576cbd398574ac66a732a5d2b179c3c
Author: Manuel Luis Sanmartin Rozada <manuel.luis at gmail.com>
Date:   Tue Aug 6 01:05:01 2013 +0200

    csv plugin: fix forgotten "datadir" in re-implement value_list_to_filename()
    
    In the commit 7f90e30 the re-implementation of value_list_to_filename
    forgot to prepend the datadir string.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list