ar51an / unbound-dashboard

Unbound Dashboard In Grafana With Prometheus & Loki
Apache License 2.0
232 stars 16 forks source link

Grafana dashboard not fully loading #10

Closed mashidata closed 6 months ago

mashidata commented 6 months ago

Hello,

First of all thank you for this great piece of work. I followed both your guides (unbound-redis and this one) to the letter and managed to install everything without a single error. All services seem to be up and running but some elements in the Grafana dashboard don't load.

Maybe you could point out where the issue might be?

image image

Thank you very much!

ar51an commented 6 months ago

Looks like unbound-exporter is not running. What is the output of below cmd:

sudo systemctl status prometheus-unbound-exporter

mashidata commented 6 months ago

Indeed I went through the whole thing again and one of the services wasnt running. Now it all works just fine. Thank you very much!