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