How to enable Qtree template #3446
Hardikl
started this conversation in
Show and tell
Replies: 1 comment
-
|
I follwed the decitptionin Native - Qtree Restperf Collector. Running Ontap 9.16.1P10, harvest 26.02 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This changes would be needed for enabling Qtree perf counters.
Native
Qtree RestPerf Collector
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.Navigate to the
restperfdirectory:cd /opt/harvest/conf/restperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart Harvest pollers
Qtree ZapiPerf Collector
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.Navigate to the
zapiperfdirectory:cd /opt/harvest/conf/zapiperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart Harvest pollers
Qtree KeyPerf Collector (This collector is in beta stage)
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.Navigate to the
keyperfdirectory:cd /opt/harvest/conf/keyperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart Harvest pollers
NABox4
Qtree RestPerf Collector
Step 1: Create
custom.yamlNavigate to the
restperfdirectory:cd /etc/nabox/harvest/user/restperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Qtree ZapiPerf Collector
Step 1: Create
custom.yamlNavigate to the
zapiperfdirectory:cd /etc/nabox/harvest/user/zapiperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Qtree KeyPerf Collector (This collector is in beta stage)
Step 1: Create
custom.yamlNavigate to the
keyperfdirectory:cd /etc/nabox/harvest/user/keyperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions