rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

no data on dashboards #22

Closed zhoffice closed 5 years ago

zhoffice commented 6 years ago

This is my yml config, what is the problem? scrape_configs: - job_name: node static_configs: - targets: ['192.168.0.17:9100'] labels: instance: 192.168.0.17:9100

karlskewes commented 6 years ago

Are you using Node Exporter 0.16.0 ? Can you see the various metrics in Prometheus (not Grafana)?

smlx commented 6 years ago

0.16.0 made breaking changes to metric names https://github.com/prometheus/node_exporter/blob/v0.16.0/docs/V0_16_UPGRADE_GUIDE.md

I had the same issue because I wasn't using the latest exporter.

rfrail3 commented 5 years ago

Please, use one of the latest releases. Prometheus usually push breaking changes between releases and sometimes is difficult to keep working the dashboards between them.