#NetApp Harvest configuration 24.05.1

1 messages · Page 1 of 1 (latest)

blissful gate
#

Hello Team, I am working on setting up Netapp harvest using Prometheus and I am running into an issue where I am not able to see the Netapp filer included in the pollers is not discovered on the Prometheus targets. Can you please review the config and help me with what am i missing

Here is the harvest.yml config file

logging:
level: debug
file: /opt/harvest/harvest.log
Exporters:
prometheus:
exporter: Prometheus
local_http_addr: 0.0.0.0
port: 12990

Defaults:
collectors:
- Zapi
- ZapiPerf
- Rest
- RestPerf
- Ems
use_insecure_tls: true

Pollers:
unix:
datacenter: local
addr: localhost
collectors:
- Unix
exporters:
- prometheus

cluster-01:
datacenter: IAD1
addr: 10.x.x.x
auth_style: basic_auth
username: admin
password: xxxxxxxxx
use_insecure_tls: true
exporters:
- prometheus
schedule:
1: 1m # example to run every minute

finite shoal
#

What about prom configuration ?

blissful gate
#

root@ntap-harvest-poc: /etc/prometheus# cat prometheus.yml
global:
scrape_interval: 15s # How frequently to scrape targets by default.
evaluation_interval: 15s # How frequently to evaluate rules.

scrape_configs:

  • job_name: 'netapp_harvest_test'
    scrape_interval: 30s # How frequently to scrape this job.
    metrics_path: '/metrics' # Path under which metrics are exposed.
    static_configs:
    • targets: ['localhost:12990'] # Replace with the actual port where NetApp Harvest exporter is running.
rustic dove
#

hi @blissful gate I replied via email. There's a problem with your exporters

inner robin
#

Hi @rustic dove ,
Can we add nabox-admin web page to harverster 24.05.2

rustic dove
#

Hi @inner robin nabox-admin page is part of NAbox, not Harvest. Can you say more about what you need and we can suggest ways to achieve that

#

I deleted the duplicate question in the other channel. We can discuss here

inner robin
rustic dove
#

Do you mean this page?

inner robin
rustic dove
#

Thanks. No, that exact dashboard can not be added to Harvest. The only UI that Harvest includes are Grafana dashboards and what's shown above did not come from Grafana. Harvest provides the metrics that Nabox is using in that admin page. Harvest ships with Grafana dashboards that contain those same metrics. The Datacenter and Cluster dashboards in particular. If you want a single panel that contain latency and iops on seperate axis, that's straightforward to create in Grafana

inner robin
#

can we upgrade nabox from 2.4.6 to latest ?

rustic dove
#

@finite shoal can chime in on that one