-
Notifications
You must be signed in to change notification settings - Fork 142
Grafana container keeps restarting after hundreds of 'Client.Timeout exceeded while awaiting headers' errors #12
Comments
I just tried commenting the line:
Inside the But I'm still seeing the same error repeating :/ |
Following my own guide here (geerlingguy/internet-pi#7), I updated all the containers inside the
And now Grafana will launch... but it's not showing any data in the dashboard for some reason. Logs are showing:
|
Well now the Ping container seems to be returning a down status for all pings (getting |
Trying with
|
My solution was to force the Docker daemon to use the local DNS server (pi-hole)...
...and when I check the ping container again I'm not seeing the updated DNS server:
|
Going to reboot and pause debugging this if it doesn't magically clear up after restart (as long as the rest of the services are okay...). |
I had to keep Ping container's still not getting DNS, so I've removed the Maybe the upgrade to the pi-hole container (yesterday, I think?) caused this somehow :/ |
Trying the following works (suggested here:
Without I get nothing:
|
Heh... someone else is running into something oddly familiar here: https://unix.stackexchange.com/q/647996/16194 |
Found this from an old post on the Pi-hole subreddit: https://www.reddit.com/r/pihole/comments/jnvw14/resolving_dns_within_containers_not_working/
Worth a try... note that Hey, look at that! It's working now! So... it turns out if you're running other Docker containers on the same Pi where you're running Going to open an issue on |
Opened follow-up issue: geerlingguy/internet-pi#8 |
Here's what I see in the logs this evening:
(This repeats over 3000 times.)
A quick DDG search doesn't see anything obvious, and I can hit
https://grafana.com/api/plugins/repo/flant-statusmap-panel
from my browser okay. Not sure what's up, but it's causing the Grafana container to keep restarting and never fully launch the web UI.The text was updated successfully, but these errors were encountered: