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

Florian Forster octo at verplant.org
Sat Jul 13 11:26:42 CEST 2013


 src/collectd.conf.in  |    5 ++
 src/collectd.conf.pod |   30 +++++++++++
 src/configfile.c      |   19 +++++++
 src/configfile.h      |    2 +
 src/plugin.c          |  136 ++++++++++++++++++++++++++++++++++++++++++++++---
 src/write_graphite.c  |   15 +++---
 6 files changed, 192 insertions(+), 15 deletions(-)

New commits:
commit 13cd1495b95cb1cbebcbf6abebc171ebcddc192c
Merge: 10b9235 d189964
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:24:39 2013 +0200

    Merge branch 'ym/limit_write_queue_length'

commit 10b92353ea2ccf66eabad273799c36225d2efc3f
Merge: 38d06a8 a320c4a
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:24:27 2013 +0200

    Merge branch 'collectd-5.3'
    
    Conflicts:
    	src/plugin.c

commit a320c4a23fee0e900a7cd2310c771b8dbd2a2d82
Merge: bc389fa 0e835c8
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:23:32 2013 +0200

    Merge branch 'collectd-5.2' into collectd-5.3

commit d189964960c406ddaff60e47b4ae01fcc38bec45
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:19:54 2013 +0200

    src/plugin.c: Some fixes for write limits.
    
    * Log an error once per second.
    * Coding style fixes.
    * Separate function for calculating drop probability.

commit 17f4b4ccf2c32190566f592f1dfb953ecbd9b779
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:15:01 2013 +0200

    src/configfile.c: Rename options to "WriteQueueLimit{High,Low}".
    
    The original names are a bit long.

commit 4088bccc40644f45971304f4c73bc40dcfb87957
Author: Yves Mettier <ymettier at free.fr>
Date:   Fri Apr 26 11:50:18 2013 +0200

    Fixed a bug with WriteQueueLengthLimitHigh is null/uninitialized
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 0643de05abd288f6864df1d62c9df603dc85e79a
Author: Yves Mettier <ymettier at free.fr>
Date:   Tue Mar 26 18:25:33 2013 +0100

    Fixes for code quality
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit a4888b1975ba10ad5fa33ca96f83fa304f2e36a6
Author: Yves Mettier <ymettier at free.fr>
Date:   Thu Mar 14 16:57:43 2013 +0100

    fixed a bug in doc near new WriteQueueLengthLimit*
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 1115921a0d8f73c08fd505344af4266105e1155d
Author: Yves Mettier <ymettier at free.fr>
Date:   Thu Mar 14 16:45:02 2013 +0100

    Added new WriteQueueLengthLimit (drop values when bigger)
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 0e835c8e64bb4bc9119948a3324a8a370bd10356
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 08:20:28 2013 +0200

    src/plugin.c: Free the "data_sets" AVL tree.
    
    This pops up every time I investigate memory leaks and it's annoying me.

commit 04e34383fa26d39cca3d695169c869206d018f50
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 07:46:20 2013 +0200

    write_graphite plugin: Don't call close() on invalid file descriptors.

commit fcc889ea77bda0883b916f4760f59d6939545b8d
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 07:42:18 2013 +0200

    write_graphite plugin: Don't call close() on invalid file descriptors.

commit 3228653a01daec8e76bcfbd75b4e77e134aceae4
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 07:38:05 2013 +0200

    write_graphite plugin: Actually check the return value of wg_send_message().
    
    Assignment to "status" was missing.




More information about the collectd-changes mailing list