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

Florian Forster octo at verplant.org
Fri Nov 25 14:31:06 CET 2011


 src/collectd.conf.pod |    2 +-
 src/curl_xml.c        |    3 ++-
 src/interface.c       |   29 ++++++++++++++++++++++++-----
 src/memory.c          |   30 ++++++++++++++++++++++++++++++
 4 files changed, 57 insertions(+), 7 deletions(-)

New commits:
commit 4e613c118e301a1a6a70336cd7b65bf18b4bc7b0
Author: Fabien Wernli <cpan at faxm0dem.org>
Date:   Tue Oct 25 15:15:16 2011 +0200

    This improves solaris memory plugin granularity.
    
    Locked memory is now only tracking non-kernel locked memory.
    We add kernel and unusable memory.
    Source: http://www.brendangregg.com/K9Toolkit/swapinfo
    
    Change-Id: I4f4d281e991068dc845d8c3615d285fc2a3296c8

commit 59a008e0aeb9c2b5a8303b06220ddc043b73f117
Author: Fabien Wernli <cpan at faxm0dem.org>
Date:   Thu Oct 27 17:14:06 2011 +0200

    use 64bit counters if available

commit d17101b05797e7437814a674c2ed23b6f2f15511
Merge: 83d47bf 7f88689
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 25 10:48:22 2011 +0100

    Merge "Fix file:// not working as return code is 0 and not 200, as fixed beforehand in curl_json. Remove mention of http in documention as file also works now (and ftp most likely too)" into collectd-4.10

commit 7f88689783624f3555b714d6489c5f0ca4ab7e86
Author: Fabien Wernli <cpan at faxm0dem.org>
Date:   Fri Nov 4 11:25:59 2011 +0100

    Fix file:// not working as return code is 0 and not 200, as fixed
    beforehand in curl_json.
    Remove mention of http in documention as file also works now (and ftp most likely too)
    
    Change-Id: Iccb35e6b8c831f555dc5bbd17fa8d04672e13eb3

commit 83d47bfa3295f837c3fa3fa3e31855a236d43530
Merge: 7b2265a e7a7587
Author: Florian Forster <octo at collectd.org>
Date:   Thu Nov 24 15:43:21 2011 +0100

    Merge "interface plugin: Fix for bogus interfaces under Solaris." into collectd-4.10

commit e7a75874a24c1bf19931d5b4b423a0daa7f9be6b
Author: Eddy Geez <eddygeez at gmail.com>
Date:   Sat Sep 3 09:10:21 2011 -0400

    interface plugin: Fix for bogus interfaces under Solaris.
    
    Under newer versions of Solaris, the method for finding network interfaces
    results in 'collectd' gathering statistics on an interface called 'mac', along
    with 16 interfaces named 'wrsmd0' through 'wrsmd15' (which are for WCI Remote
    Shared Memory). The 'mac' interface is especially problematic because it
    occurs multiple times, which results in warnings from rrdtool about insertions
    with the same timestamp.
    
    Change-Id: I1ae070ecbc820da25c0f0ad457aba80213339fd2
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list