rfmoz / grafana-dashboards

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

no hosts match #1

Closed dodizzle closed 7 years ago

dodizzle commented 7 years ago

I was able to load your dashboard after changing the datasource name but cannot get any hosts to appear. I verified that all of my other dashboards work where the label="Host:" matches the name="host" which I also changed. How can I debug this to get your dashboard to work?

rfrail3 commented 7 years ago

Hi dodizzle,

What is the result of the following query in your Prometheus datasource?

node_boot_time{job="node-exporter"}

goshlanguage commented 7 years ago

Might want to indicate that people need a node-exporter job in a README.md. The Node Network dash also is able to grab hosts from all jobs I believe: https://grafana.com/dashboards/1856

It may be a good example if you want to go in that direction in the future.

rfrail3 commented 7 years ago

Thanks for the info, I just remove the job requirement as Node Network do.

dodizzle commented 7 years ago

Sorry for not replying, you were correct I had renamed the job from the default. Graphs are totally awesome, thanks.