Chris Grindstaff

Results 160 comments of Chris Grindstaff

hi @jmg011 can you also share the ONTAP version and whether these are NFS v3, v4, or v4.1 shares?

Thanks for the ONTAP and NFS version information. Our suspicion is this is an ONTAP counter bug since we have a few customer reports of negative counters with NFS. The...

hi @jmg011 - Any changes to your `conf/zapiperf/cdot/9.8.0/nfsv3.yaml` template that captures this metric? - Would it be possible to monitor this cluster from a separate poller capturing trace logs? Something...

Thanks again for the log files @jmg011; they were very helpful. We're working on some improvements in this area and will ping you when they made it through CI and...

hi @jmg011 when you get a chance, could you grab [nightly](https://github.com/NetApp/harvest/releases/tag/nightly) and see if our latest fix address your billions problem? Thanks!

thanks for reporting @Falcon667 ONTAP considers the cluster healthy since the healthy node has taken over for the unhealthy one. This is a bit similar to the discussion in #885....

hi Scott - Yes, those changes can be made in separate template files so the out-the-box-ones are not touched. I've outlined the steps below. In regards to InfluDB, what Rahul...

You can test from the command line, like so, to verify everything's working. Change `$poller` to match your poller. ``` bin/poller --poller $poller --objects VolWithTag ``` Logs showing the custom...

@chadpruden good catch, yes it would. I updated the example and changed the object name to `volwithtag`. Any name will work.

@electrocreative I updated the `conf/zapiperf/cdot/9.8.0/volume_with_tag.yaml` template shared yesterday with a one line change at line 10. Replace this ` - instance_name` with this ` - instance_name => volume` Not sure...