#Where do the default.yaml files typically live on NAbox?
1 messages · Page 1 of 1 (latest)
@azure kettle I'll share with you the steps on how to enable ChangeLog plugin in NABox4
please do, i was just looking into doing this exact same thing today
I've tried enabling the plugin as described here but I don't get anything in the dashboard "Changelog Monitor" that comes with NAbox v4:
https://netapp.github.io/harvest/latest/plugins/#changelog
Do I have to specify what to track?
I think the documentation suggests that the default values will be used if I don't specify anything.
That is right. For svm,node,volume object default values will be used. You don't need to specify track.
I'll get to documentation asap and share in couple of hours.
@azure kettle @humble lark I have added steps here
https://github.com/NetApp/harvest/discussions/3494
Jeez, that REST directory structure is crazy.
Yeah, There are various versions of these templates and Rest doesn't support merging.
Is it pick one for which Ontap version or are all of them necessary for REST?
Adding all is better, As some templates support older ontap versions.
You can choose which objects you want to enable changelog plugin for
I have documented node,svm,volume
It can be extended similiarly to any Harvest templates if it has a uuid under counters. Other objects would need track configuration under plugin.
Thank you very much, I'll try this with the REST collector as I assume that is the one for the future.
Sure. If all of your clusters are using Rest Collector then only Rest changes are needed.
@humble lark I have updated NABox Rest steps to make them simpler.
I guess we are using ZAPI, only then did I get data in the Changelog dashboard.
REST simply did not give me anything and the systems in NAbox are set to Auto, even though the systems are Ontap 9.15.
Yes, You can check the collector used for your poller in file
sudo cat /etc/nabox/harvest/harvest.yml
Thanks! I see newly added systems are Rest but the default is Zapi.
Is it a good idea to set them all to Rest specifically through NAbox (instead of Auto) ?