Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm trying create Grafana dashboard to monitor our infrastructure, installed and configured Grafana, Prometheus. (using 1860 prebuilt dashboard)

configured/created datasource is fine, yet every graph is showing NA(not available?).

Grafana 7.3.7 | Prometheus 2.1.0+ds | Node Exporter 0.15.2+ds

Is there anything that I'm missing here, any help/pointers please.

followed this article - https://oastic.com/posts/how-to-monitor-an-ubuntu-server-with-grafana-prometheus/.

question from:https://stackoverflow.com/questions/65844007/grafana-dashboard-isnt-populating-any-data-using-node-exporter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
820 views
Welcome To Ask or Share your Answers For Others

1 Answer

Try the following:

  • go to the Prometheus web UI and click on Status - Targets
    • is the node exporter in the list (if not, check your prometheus config)
    • is prometheus is able to scrape the metrics from node exporter
    • if not, can you crape them with your browser (or curl)
  • if prometheus can scrape the metrics can Grafana access them
    • try the "Explore" feature to find some metrics exported by the node exporter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...