Reputation: 4463
I have successfully run Grafana locally at port 3000 and then default template and data using Import via grafana.com
for 1860
and 405
id. But the problem is there is no data available.
How do I configure it to load the data?
My default data source:
Upvotes: 1
Views: 1988
Reputation: 384
Got it, so I am assuming you have tested the datasource, i.e. on Save & Test you get: Data source is working. I just imported the same dashboard 1860 and it works for me. Some of the issues which you may like to check are:
If above steps dont help, Best way to troubleshoot is stop prometheus service/script. Check node_exporter port --> configure prometheus.yml to point to this port --> start service/script by passing --config.file=./prometheus.yml explicitly.
The dashboard is fine, I just installed and ran. Also attached the pics for your reference.
You should be able to see atleast 1 node exporter. If nothing is shown means no exporter is sending data. And you know you have to fix the node exporter on that host.
that means you are not monitoring node exporter data
This should return all your node exporters pushing data to prometheus server. In my case, only localhost is sending.
Upvotes: 1