[collectd] NetApp plug not writing any data

Ulf Zimmermann ulf at openlane.com
Sat Jun 9 04:41:22 CEST 2012


I configured the NetApp plugin to collect some data from our Netapps and although all the rrd files get touched, all values stay NaN. NetApp are using OnTap 8 and I have tried this against 2 different v3140 and one FAS2020. Here is the configuration:

<Plugin netapp>
        <Host "nacorpfrmt01.autc.com">
                Protocol      "http"
                Address       "10.137.8.117"
                Port          80
                User          "XXXX"
                Password      "XXXX"
                Interval      30

                <WAFL>
                        Interval 30
                        GetNameCache   true
                        GetDirCache    true
                        GetBufferCache true
                        GetInodeCache  true
                </WAFL>

                <Disks>
                        Interval 30
                        GetBusy true
                </Disks>

                <VolumePerf>
                        Interval 30
                        GetIO      "vol_dctmprd01"
                        IgnoreSelectedIO      false
                        GetOps     "vol_dctmprd01"
                        IgnoreSelectedOps     false
                        GetLatency "vol_dctmprd01"
                        IgnoreSelectedLatency false
                        GetIO      "vol_dataservices_test"
                        IgnoreSelectedIO      false
                        GetOps     "vol_dataservices_test"
                        IgnoreSelectedOps     false
                        GetLatency "vol_dataservices_test"
                        IgnoreSelectedLatency false
                        GetIO      "vol_dataservices_stg"
                        IgnoreSelectedIO      false
                        GetOps     "vol_dataservices_stg"
                        IgnoreSelectedOps     false
                        GetLatency "vol_dataservices_stg"
                        IgnoreSelectedLatency false
                        GetIO      "vol_dataservices_stg2"
                        IgnoreSelectedIO      false
                        GetOps     "vol_dataservices_stg2"
                        IgnoreSelectedOps     false
                        GetLatency "vol_dataservices_stg2"
                        IgnoreSelectedLatency false
                        GetIO      "vol_dataservices_stg_au"
                        IgnoreSelectedIO      false
                        GetOps     "vol_dataservices_stg_au"
                        IgnoreSelectedOps     false
                        GetLatency "vol_dataservices_stg_au"
                        IgnoreSelectedLatency false
                        GetIO      "vol_images_prod"
                        IgnoreSelectedIO      false
                        GetOps     "vol_images_prod"
                        IgnoreSelectedOps     false
                        GetLatency "vol_images_prod"
                        IgnoreSelectedLatency false
                </VolumePerf>

                <VolumeUsage>
                        Interval 30
                        GetCapacity "vol_dctmprd01"
                        GetCapacity "vol_dataservices_test"
                        GetCapacity "vol_dataservices_stg"
                        GetCapacity "vol_dataservices_stg2"
                        GetCapacity "vol_dataservices_stg_au"
                        GetCapacity "vol_images_prod"
                        IgnoreSelectedCapacity false
#                       GetSnapshot "vol1"
#                       GetSnapshot "vol3"
#                       IgnoreSelectedSnapshot false
                </VolumeUsage>

                <System>
                        Interval 30
                        GetCPULoad     true
                        GetInterfaces  true
                        GetDiskOps     true
                        GetDiskIO      true
                </System>
        </Host>
</Plugin>


Any idea why this is not working?




More information about the collectd mailing list