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

Florian Forster octo at verplant.org
Sun Feb 3 23:07:16 CET 2013


 src/apache.c     |   12 ++++++------
 src/ascent.c     |   12 ++++++------
 src/bind.c       |    4 ++--
 src/cpu.c        |    2 --
 src/curl.c       |    8 ++++----
 src/curl_json.c  |    6 +++---
 src/curl_xml.c   |    2 +-
 src/logfile.c    |    7 +++++--
 src/nginx.c      |   12 ++++++------
 src/plugin.c     |    3 +++
 src/write_http.c |    6 +++---
 11 files changed, 39 insertions(+), 35 deletions(-)

New commits:
commit 26b7959e12217415fd86507476a736e8b4562a99
Author: Florian Forster <octo at collectd.org>
Date:   Sun Feb 3 23:04:17 2013 +0100

    src/plugin.c: Initialize "next_read" field of read callbacks.
    
    Fixes Github issue #230.

commit 7a6887ad7eef33e04bcb0720c213d05fd9be8a59
Merge: 67eb2be 363c182
Author: Florian Forster <octo at collectd.org>
Date:   Sun Feb 3 11:36:37 2013 +0100

    Merge branch 'collectd-4.10' into collectd-5.1
    
    Conflicts:
    	src/curl_json.c

commit 363c182af2404710a5946ea3d9bb93f29f7927c0
Author: Dan Fandrich <dan at coneharvesters.com>
Date:   Sat Feb 2 01:19:48 2013 +0100

    curl's numeric options are always at minimum long, never int
    
    This can affect portability to some architectures.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 8a326ccdf993a522e7b87eaeecd510f4cabe975d
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jan 31 21:08:25 2013 +0100

    cpu plugin: Remove broken debug message.
    
    The message was uninformative and did cast a pointer to an int,
    resulting in a compile error.

commit 19b6d2624456ca0792c40aa46cc1774f9ad42443
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jan 25 08:47:15 2013 +0100

    logfile plugin: Make "do_close" a boolean.

commit 57c885581078b06c0641307a60ff97be3ebec90b
Author: Nathan Huff <nrhuff at umn.edu>
Date:   Thu Jan 24 10:10:02 2013 -0600

    If the file isn't closed such as when logging to stdout or stderr the file must be flushed for it to get out of the IO buffers right away.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list