Rahul

Results 125 comments of Rahul

@jmg011 There is a similiar issue reported about negative counters related to svm nfs v3 #762. Could you confirm the numbers reported in system manager if they are in millions...

This issue is now fixed in main branch. Solution is to skip any negative counters or spikes generated due to this kind of data.

@demalik @merdos Harvest now includes `NFS Clients` dashboard. It will available in our next official release. If you want to try it early then it can done through our [nightly](https://github.com/NetApp/harvest/releases/tag/nightly)...

@faguayot You are right, NFS client dashboard works with metric `nfs_clients_idle_duration` which comes from Rest template defined [nfs_clients.yaml](https://github.com/NetApp/harvest/blob/main/conf/rest/9.7.0/nfs_clients.yaml). Template [netConnections.yaml](https://github.com/NetApp/harvest/blob/main/conf/rest/9.12.0/netConnections.yaml) is not used in the dashboard as it contains other...

Great that dashboard works now. We have disabled Rest Collector templates for now to avoid duplicate metrics from Zapi Collector and Rest Collector. More details [here](https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-strategy.md). We'll discuss about enabling...

Yes as mentioned in this [document](https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-strategy.md), ONTAP has published a customer product communiqué [(CPC-00410)](https://mysupport.netapp.com/info/communications/ECMLP2880232.html?access=a) announcing that ZAPIs will reach end of availability (EOA) in ONTAP 9.13.1 released Q2 2023.

@chadpruden We'll discuss this for our next release and update here. Thanks for the follow up.

@chadpruden I have found a way to merge `comment` information to zapiperf counters and it doesn't require any plugin. Below are the steps. 1: Modify `volume.yaml` zapi template as below....

@chadpruden Let us know if above solution helps.

@electrocreative There is an timeout error as per the logs. Default timeout for ZapiPerf collector is 10s, You can increase this by adding `client_timeout` to ZapiPerf:TAPIVolume template as mentioned [here](https://github.com/NetApp/harvest/blob/main/conf/zapiperf/cdot/9.8.0/workload_detail.yaml#L11)....