Configuring ZapiPerf Collector to Exclude Specific SVMs for Qtree #3376
rahulguptajss
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 example demonstrates how to configure the ZapiPerf collector to exclude certain SVMs for a poller in the Qtree ZapiPerf template.
Step 1: Update Harvest Configuration
For the relevant poller in your Harvest configuration (harvest.yml), make the following changes under
ZapiPerf
:Step 2: Create
limited.yaml
underconf/zapiperf
In your
limited.yaml
, include the following content:Step 3: Create
custom_qtree.yaml
Create a file named
custom_qtree.yaml
underconf/zapiperf/cdot/9.8.0
with the following content:Note: Make relevant vserver_name changes as needed.
Step 4: Start the Poller
After making these changes, restart the poller to apply the new configuration.
Beta Was this translation helpful? Give feedback.
All reactions