#Getting additional metrics

1 messages · Page 1 of 1 (latest)

rugged widget
#

Hi all, I am searching for a way to add additional metrics to our grafana dashboard (ie disk or shelf fw versions for ONTAP and StorageGRID). Is there an easier way than to write a new collector?

main creek
#

We can probably achieve this using only templates. Could you share the ONTAP CLI command that shows the fields you want to collect?

rugged widget
#

Thanks for the really fast reply! We are trying to collect the following for ONTAP:
storage shelf show -fields module-fw-revision
storage disk show -fields firmware-revision,model

main creek
#

Yes, we can collect these by making changes to the template. disk_labels metric in Harvest are already collecting model. What kind of Harvest installation are you using - NABox, RPM, Dev, Native, or Containers?

rugged widget
#

native

main creek
#

Okay. Are you using Zapi Collector or Rest?

rugged widget
#

We are using Rest

main creek
#

Okay I'll share steps to collect these via templates shortly.

main creek