Collect quotas from a cluster that has no qtrees #3057
Hardikl
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This changes would be needed only for Rest collector.
Below is the out-of-the-box template with the
filter
lines removedNative
Step 1: Create
custom.yaml
Let's assume Harvest is installed in
/opt/harvest
directory. Adjust paths as needed.Navigate to the
rest
directory:cd /opt/harvest/conf/rest
Create custom.yaml:
Update the file with the following content:
Step 2: Create
custom_qtree.yaml
Navigate to the
9.12.0
directory:cd /opt/harvest/conf/rest/9.12.0
Create
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.yaml
Navigate to the
rest
directory:cd /etc/nabox/harvest/user/rest
Create custom.yaml:
Update the file with the following content:
Step 2: Create
qtree.yaml
Navigate to the
9.12.0
directory:cd /etc/nabox/harvest/user/rest/9.12.0
Create
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