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

Florian Forster octo at verplant.org
Wed Aug 7 09:40:32 CEST 2013


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

New commits:
commit 7377d9356d1e698e4177cd81c7c03924ba62ad5a
Merge: 7fc4c1f c97eef4
Author: Florian Forster <octo at collectd.org>
Date:   Wed Aug 7 09:40:26 2013 +0200

    Merge remote-tracking branch 'github/pr/387'

commit c97eef40cf19b106e6a00006a3b8f3f9ee409045
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

commit beb2c5fb1c8659c345212ca11e4bff3e11b0932f
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.




More information about the collectd-changes mailing list