I can't get workload counters functional on NA Box. Per https://nabox.org/faq/#customize-harvest-2, I believe that I can't edit /opt/harvest2-conf/conf/restperf/default.yaml or create a custom.yaml. I've created a custom_workload.yaml file, but I don't think I have the format correct.
I've tried
objects:
Workload: workload.yaml
WorkloadVolume: workload_volume.yaml
WorkloadDetail: workload_detail.yaml
WorkloadDetailVolume: workload_detail_volume.yaml
and
objects:
Workload:
- workload.yaml
WorkloadVolume:
- workload_volume.yaml
WorkloadDetail:
- workload_detail.yaml
WorkloadDetailVolume:
- workload_detail_volume.yaml
The first format looks correct according to
dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor merge --template conf/restperf/default.yaml --with conf/restperf/custom_workload.yaml
But the second seems to match the NABox specific documentation.
Either way, I still don't have counters. Any ideas?