Hi
I am trying to install Darwin node_exporter for Prometheus on Mac OS Catalina
My steps were:
- download darwin tar.gz
- untar it
- cp node_exporter to /usr/local/bin
- run /usr/local/bin/node_exporter
it is running on 9100 and accessible by curl from prometheus server, also it appears in Targets menu on Prometheus web 0.0.0.0:9090, but it didn’t appear in Grafana dashboard, either other linux nodes appear instantly.
Please help me where I’m wrong.
I tried with firewall on and off, also tries to use another nodes, nothing changed.