You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zapi already enabled the root aggregates and volumes, Whereas Rest don't.
To enable root aggregates and volumes via Rest templates in Harvest, follow these steps.
Note: Applicable from Harvest 25.11.
NABox4
⚠️Note: Prerequisite: ssh to NABox via admin
Create relevant directories if they don't exist. You need to run these commands in sudo bash
Make sure that you have the Rest collector listed in your poller configuration in harvest.yml. You can do this by editing /etc/nabox/harvest/harvest.yml.
Navigate to the rest directory.
mkdir -p /etc/nabox/harvest/user/rest
cd /etc/nabox/harvest/user/rest
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Zapi already enabled the root aggregates and volumes, Whereas Rest don't.
To enable root aggregates and volumes via Rest templates in Harvest, follow these steps.
Note: Applicable from Harvest 25.11.
NABox4
Make sure that you have the
Restcollector listed in your poller configuration inharvest.yml. You can do this by editing/etc/nabox/harvest/harvest.yml.Navigate to the
restdirectory.mkdir -p /etc/nabox/harvest/user/rest cd /etc/nabox/harvest/user/restCreate
custom.yaml:Update the file with the following content:
custom_volume.yamlfile andcustom_aggr.yamlfile in the/etc/nabox/harvest/user/rest/9.12.0directory as below.rpm/deb/native/container
Note:
Let's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.HARVEST_DIR="/opt/harvest"Make sure that you have the
Restcollector listed in your poller configuration inharvest.yml. You can do this by editing"$HARVEST_DIR/harvest.yml.Navigate to the
restdirectory:Create
custom.yaml:Update the file with the following content:
custom_aggr.yamlfile andcustom_volume.yamlfile in the/opt/harvest/conf/rest/9.12.0/directory.Beta Was this translation helpful? Give feedback.
All reactions