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

Florian Forster octo at verplant.org
Sat Jun 13 08:52:44 CEST 2015


 src/disk.c |  179 +++++++++++++++++++++---------------------------------------
 1 file changed, 61 insertions(+), 118 deletions(-)

New commits:
commit 85444aff6af9e48eec21ccf32d19eb0296567d5b
Merge: 38203b1 8c103cf
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 11 17:35:13 2015 +0100

    Merge remote-tracking branch 'github/pr/1065' into collectd-5.5

commit 8c103cf17c65f4381db0d9f32cc4c3f4b4dc0875
Author: Robert Viduya <robert at oit.gatech.edu>
Date:   Wed Jun 3 08:34:37 2015 -0400

    disk plugin: Coding style changes.
    
    I also reorganized the code to try to keep the CFReleases and
    IOObjectReleases a little more manageable.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 79d6f5003215a462a17916dbddd45435ce740e5a
Author: Robert Viduya <robert at oit.gatech.edu>
Date:   Wed Jun 3 08:34:37 2015 -0400

    disk plugin: Fix compatibility for Mac OS X 10.10.
    
    Here’s a fixed version of the disk plugin that makes it work under Mac
    OSX 10.10, and hopefully previous releases. The original version was
    looking for the disk name in one dictionary, but it was actually in
    another. I suspect at some point, Apple moved the disk name property,
    but I don’t have any previous releases to check.
    
    I changed the code to look for the disk name in both dictionaries, so
    hopefully it’s backward compatible.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list