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

Florian Forster octo at verplant.org
Tue Sep 29 14:33:21 CEST 2009


 src/collectd.conf.pod |   60 +++--
 src/netapp.c          |  665 ++++++++++++++++++++++++++++++++++---------------
 2 files changed, 507 insertions(+), 218 deletions(-)

New commits:
commit f9238bf523ae35366f4b1a40dc0149b01b7dba8d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Sep 29 14:33:15 2009 +0200

    netapp plugin: Refactored volume usage statistics.
    
    Much of this is like disk, wafl and system statistics before. The
    “GetVolumeData” has been renamed to “VolumeUsage” and the
    “GetDiskUtil” and “GetSnapUtil” options have been changed, too. The
    configuration now looks like this:
    
        <VolumeUsage>
          Capacity "vol0"
          Capacity "vol1"
          IgnoreSelectedCapacity false
          Snapshot "vol1"
          Snapshot "vol3"
          IgnoreSelectedSnapshot false
        </VolumeUsage>
    
    The code now uses to "ignore lists" to check whether capacity and/or
    snapshot information should be collected for a volume. This means the
    order in which volumes are listed no longer matters and than you can
    use such advanced options as selecting volumes via regular expressions.




More information about the collectd-changes mailing list