How to enable OntapS3 and OntapS3SVM Harvest templates #3137
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 for enabling OntapS3 and OntapS3SVM counters.
Native
OntapS3 Rest Collector
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: Restart Harvest pollers
OntapS3SVM RestPerf Collector
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/restperf
Create custom.yaml:
Update the file with the following content:
Step 2: Restart Harvest pollers
OntapS3SVM ZapiPerf Collector
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/zapiperf
Create custom.yaml:
Update the file with the following content:
Step 2: Restart Harvest pollers
NABox4
OntapS3 Rest Collector
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: Restart NABox containers
OntapS3SVM RestPerf Collector
Step 1: Create
custom.yaml
Navigate to the
rest
directory:cd /etc/nabox/harvest/user/restperf
Create custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
OntapS3SVM ZapiPerf Collector
Step 1: Create
custom.yaml
Navigate to the
rest
directory:cd /etc/nabox/harvest/user/zapiperf
Create custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions