[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/netapp'

Florian Forster octo at verplant.org
Mon Sep 28 13:27:21 CEST 2009


 src/collectd.conf.pod |   12 ++-
 src/netapp.c          |  305 +++++++++++++++++++++++++++++++++++++------------
 2 files changed, 242 insertions(+), 75 deletions(-)

New commits:
commit 28ed1126f98a950e4dcdec3b5524506ac428e855
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Sep 28 13:27:13 2009 +0200

    netapp plugin: Changed Sven's email address at his request.

commit 2cd802b86c3fbf7f67fc8a874a28fde87fbf6cab
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Sep 28 13:26:34 2009 +0200

    netapp plugin: Refactored reading of disk data.
    
    Instead of obscuring control-flow with generic function pointers, use a
    clear and easy to read function hierarchy. All disk-related action now
    starts with “cna_query_disk (host)” instead of
    “service->handler (host, data, service->data)”.
    
    The “GetDiskPerfData”block has been renamed to “Disks”. All those
    blocks start with “Get” and most end with “PerfData”, distracting
    from the actual relevant part.
    
    The “Multiplier” option has been replaced by the “Interval” option,
    which expects a time in seconds rather than a factor which is multiplied
    to the host interval.

commit 9c98fa31ef50a6ff849d36cac4f5297faa6f7909
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Sep 28 13:14:12 2009 +0200

    netapp plugin: Fix a typo.




More information about the collectd-changes mailing list