How to capture collect Disk Qualification Package (dqp) info via Harvest #915
cgrinds
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
-
I was not able to find a ZAPI that contained this information, but found two ways to do with REST:
nodes
returns an array ofsoftware_node_reference
api/private/cli/storage/dqp
These instructions are similar to adding a new object template for ZAPI.
mkdir -p conf/rest/9.8.0
vim conf/rest/9.8.0/software.yaml
vim conf/rest/custom.yaml
Pollers
section of yourharvest.yml
bin/poller --poller aff-250 --promPort 14003 --objects Software --collectors Rest
In a different terminal:
dqp
via Rest and not the other resources. You should editconf/rest/default.yaml
and comment out the other resources so you don't collect them via Rest and ZAPI both.Beta Was this translation helpful? Give feedback.
All reactions