diff --git a/conf/rest/9.7.0/nfs_clients.yaml b/conf/rest/9.7.0/nfs_clients.yaml index 00f4d6c29..906c1cb89 100644 --- a/conf/rest/9.7.0/nfs_clients.yaml +++ b/conf/rest/9.7.0/nfs_clients.yaml @@ -1,3 +1,5 @@ +# This template is disabled by default because it may slow down data collection + name: NFSClients query: api/protocols/nfs/connected-clients object: nfs_clients diff --git a/conf/rest/default.yaml b/conf/rest/default.yaml index bb0722be6..b2e2763dc 100644 --- a/conf/rest/default.yaml +++ b/conf/rest/default.yaml @@ -21,7 +21,7 @@ objects: NetConnections: netconnections.yaml # NetPort: netport.yaml NetRoute: netroute.yaml - NFSClients: nfs_clients.yaml +# NFSClients: nfs_clients.yaml Node: node.yaml NtpServer: ntpserver.yaml OntapS3: ontap_s3.yaml diff --git a/grafana/dashboards/cmode/nfs_clients.json b/grafana/dashboards/cmode/nfs_clients.json index 733cb7c11..a5e46a825 100644 --- a/grafana/dashboards/cmode/nfs_clients.json +++ b/grafana/dashboards/cmode/nfs_clients.json @@ -99,7 +99,7 @@ }, "id": 29, "options": { - "content": "You must enable the Rest collector in your harvest.yml config and uncomment the nfs_clients.yaml section in your $HARVEST/conf/rest/default.yaml file. Please see https://github.com/NetApp/harvest/wiki/FAQ#nfs-clients-dashboard for more details", + "content": "You must enable the Rest collector in your `harvest.yml` config and uncomment the `nfs_clients.yaml` section in your `$HARVEST/conf/rest/default.yaml` file. Please see [nfs clients dashboard](https://github.com/NetApp/harvest/wiki/FAQ#nfs-clients-dashboard) for more details. Enabling `nfs_clients.yaml` may slow down data collection.", "mode": "markdown" }, "pluginVersion": "8.1.8", diff --git a/integration/test/dashboard_json_test.go b/integration/test/dashboard_json_test.go index e8e26d8a3..9b3c7414f 100644 --- a/integration/test/dashboard_json_test.go +++ b/integration/test/dashboard_json_test.go @@ -88,6 +88,7 @@ var excludeCounters = []string{ "svm_read_total", "svm_vscan", "svm_write_total", + "nfs_clients_", } var flakyCounters = []string{