Add module_fw_revision for shelf and firmware_revision for disk via Rest Collector #2735
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
-
Relevant to discord discussion
Note: These steps are for a native,rpm,deb installation and applicable to Rest Collector. In this example, let's assume that Harvest is installed in
/opt/harvest
Step 1: Create
custom.yaml
Navigate to the
rest
directory:cd /opt/harvest/conf/rest
Create custom.yaml
Update the file with the following content:
Step 2: Create
custom_disk.yaml
Navigate to the
9.12.0
directory:cd /opt/harvest/conf/rest/9.12.0
Create
custom_disk.yaml
:Update the file with the following content:
Step 3: Create
custom_shelf.yaml
Navigate to the
9.12.0
directory:cd /opt/harvest/conf/rest/9.12.0
Create
custom_shelf.yaml
:Update the file with the following content:
Step 3: Restart Harvest
Step 4: Verify disk_labels metric in Prometheus
Step 5: Verify shelf_labels metric in Prometheus
Beta Was this translation helpful? Give feedback.
All reactions