#Enabling REST NFSClients

1 messages · Page 1 of 1 (latest)

whole flame
#

I'm working on enabling REST NFSClients. We have an OVA/NABOX instance that was configured by someone else so I'm trying to get familiar.

Our harvest.yaml is in /etc/nabox/harvest and is working fine for collecting most things, but it isn't pulling NFS client data, hence the enabling journey. Rest is already listed under Pollers:collectors.

Going by the documentation https://github.com/NetApp/harvest/wiki/FAQ#nfs-clients-dashboard it seems like I just need to uncomment the NFSClients line in the REST defaults.yaml file. Doing a find I see that file /data/packages/harvest/conf/rest. That doesn't seem right as that would get overwritten on a harvest upgrade. Is there another location where that default.yaml should exist so that it is retained on harvest upgrades? Oh should probably mention that NABOX is 4.0.7 and Harvest is 24.11.0. Thanks

GitHub
FAQ

Open-metrics endpoint for ONTAP and StorageGRID. Contribute to NetApp/harvest development by creating an account on GitHub.

tired cosmos
#

sudo /etc/nabox/harvest/user/rest/custom.yaml
and add the following to that file

objects:
  NFSClients: nfs_clients.yaml

save the file and dc up -d
check that it is enabled
docker logs havrest --since 10m 2>&1 | grep NFSClients