From 14073620dfeca60a52a02c68902bc4fb63dd8d30 Mon Sep 17 00:00:00 2001 From: Evan Fraser Date: Wed, 2 Apr 2014 11:23:45 +1300 Subject: [PATCH] Updated readme to show volume file and space metrics update. --- netapp_api/README.mkdn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netapp_api/README.mkdn b/netapp_api/README.mkdn index a0a128d9..8b0519fe 100644 --- a/netapp_api/README.mkdn +++ b/netapp_api/README.mkdn @@ -3,11 +3,15 @@ NetApp Filer API metrics These are GMOND Python Modules that gathers metrics from NetApp appliances via the Netapp Data ONTAP APIs. There are two modules, one for 7-mode filers, and one for Clusters running Clustered ONTAP. +The c-mode module now polls clusters as separate threads. This speeds up polling and gmond reliability. The API allows counter access to many more metrics than available through SNMP. This module currently gathers per volume Read/Write/Average IOPs and Latency and handles multiple filers/clusters +## Changelog + * 02/04/2014 c-mode script now gathers volume file and space metrics + * 26/03/2014 c-mode script now does cluster api calls as separate threads ## DEPENDS * For the 7-mode module: Netapp Manageability SDK 5.0 (download from now.netapp.com to /opt/netapp)