#Unable to add StorageGRID to NAbox 3.4

1 messages · Page 1 of 1 (latest)

olive basin
#

I'm trying to enable monitoring of a StorageGRID (11.6.0) with Harvest for a customer. All attempts to add the grid via the web UI fail with a simple 'An error occurred' message.

I'm taking the next step and trying to manually enable the collector, but with no success.

I added this collector entry to the /opt/harvest2-conf/default.yml

rtp-sa-sg-adm1:
addr: rtp-sa-sg-adm1.naeastdemo.net
autostart: '1'
collectors:
- StorageGrid
datacenter: StorageGRID
username: harvest
password: xxxxxxxxxxxxx

Restarted nabox-harvest2 with the command dc restart nabox-harvest2

The container restarts and when I tail the log file for nabox-harvest2, I see all the ONTAP clusters but no StorageGRID, and the SG dashboards are blank. Does anyone have and example configuration info from a Harvest/NAbox that is successfully monitoring StorageGRID?

wide matrix
#

@olive basin It seems like you might be missing the Collectors configuration here. See if this link helps: #1164231489790169158 message.

If that doesn't resolve your issue, could you run the command below and check for any errors? It might be a YAML lint issue.

dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor --print
olive basin
olive basin
wide matrix
#

Below command will list them in sorted order

grep "prometheus_port" /opt/harvest2-conf/harvest.yml | sort -n -k2
olive basin
#

@wide matrix thank you

wild pollen
#

@remote aurora Do you happen to have a link to that documentation made to add StorageGrid to nabox?

remote aurora
wild pollen
#

@remote aurora Does this mean we can simply add a admin account on our SG nodes and tehn add the aray like normal within NAbox as we would do for local NetApp storage?

remote aurora
remote aurora