Collect quotas from a cluster that has no qtrees #3057
Hardikl
started this conversation in
Show and tell
Replies: 1 comment
-
|
Rest Quota template has been splitted from rest qtree template in Harvest 24.08 release. |
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 only for Rest collector.
Below is the out-of-the-box template with the
filterlines removedNative
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.Navigate to the
restdirectory:cd /opt/harvest/conf/restCreate custom.yaml:
Update the file with the following content:
Step 2: Create
custom_qtree.yamlNavigate to the
9.12.0directory:cd /opt/harvest/conf/rest/9.12.0Create
custom_qtree.yaml:Update the file with the following content:
Step 3: Restart Harvest pollers
NABox4
Prerequisite: ssh to NABox via root
Step 1: Create
custom.yamlNavigate to the
restdirectory:cd /etc/nabox/harvest/user/restCreate custom.yaml:
Update the file with the following content:
Step 2: Create
qtree.yamlNavigate to the
9.12.0directory:cd /etc/nabox/harvest/user/rest/9.12.0Create
qtree.yaml:Update the file with the following content:
Step 3: Restart NABox containers
Customer discussion here: #3024
Beta Was this translation helpful? Give feedback.
All reactions