Replies: 6 comments
-
hi @Garydep that information text is trying to say that those metrics are only available via REST - there is no ZAPI equivalent. That means you need to make sure the REST collector is configured before the ZAPI collector, for the cluster in question. E.g. Poller u2 will use the Zapi and ZapiPerf collectors, while sar will try Rest and RestPerf collectors first and only if something is not available in one of those two will sar try Zapi and ZapiPerf next. Details about duplication resolution. For your cluster, you probably want a list of collectors similar to Pollers:
u2:
datacenter: dc-1
addr: 10.193.48.11
collectors:
- Zapi
- ZapiPerf
sar:
datacenter: dc-1
addr: 10.193.48.137
collectors:
- Rest
- RestPerf
- Zapi
- ZapiPerf |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, that is how i have my config already (see below) but unfortunately it doesnt recognise. Defaults: |
Beta Was this translation helpful? Give feedback.
-
hi @Garydep looks like you're using nabox, is that right? Can you grab your logs files and send them to [email protected]? Can you also share the location on the filesystem of the |
Beta Was this translation helpful? Give feedback.
-
sorry, forgot the mention it is using nabox :) location of the harvest.yml is : /opt/harvest2-conf/ thanks for the email, i will get the log files and send them to that address. |
Beta Was this translation helpful? Give feedback.
-
Thanks. After sshing into nabox, does the output of this say anything? dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor then what about dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor --print |
Beta Was this translation helpful? Give feedback.
-
WIthout print it shows nothing, print shows the below: nabox:/opt/harvest2-conf# dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor --print nabox:/opt/harvest2-conf# dc exec -w /conf nabox-harvest2 /netapp-harvest/bin/harvest doctor |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have a requirement to pull stats from a Netapp S3 bucket.
I have added the Netapp system running 9.13.1, all dashboards seem to be pulling data fine, except for the s3 Object Storage dashboard, gives the message:
This dashboard requires ONTAP 9.7+. One action is required to use this dashboard:
im not entirely sure where i have missed this in the yml file ?
Beta Was this translation helpful? Give feedback.
All reactions