#Enable QOS
1 messages · Page 1 of 1 (latest)
@tight raven I believe latest NABox version has these uncommented by default. In case you want to enable these in older NABox then they can be enabled through custom.yaml
So do I just copy a default.yaml and create a custom.yaml?
not all just workload ones. Create a custom.yaml and add below content
objects:
Workload: workload.yaml
WorkloadDetail: workload_detail.yaml
WorkloadVolume: workload_volume.yaml
WorkloadDetailVolume: workload_detail_volume.yaml
This look good? ```cat custom.yaml
collector: ZapiPerf
Order here matters!
schedule:
- counter: 1200s
- instance: 600s
- data: 60s
objects:
Uncomment to collect workload/QOS counters
Workload: workload.yaml
WorkloadDetail: workload_detail.yaml
WorkloadVolume: workload_volume.yaml
WorkloadDetailVolume: workload_detail_volume.yaml```
Or do I not need the the schedule piece either?
thanks
more information here https://github.com/NetApp/harvest/blob/main/conf/README.md#collector-templates
@woven root can update more, but I believe there are two paths for that file. I had a hard time getting it to work.
I've got this working but thank you