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