-
-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to Grafana IP after reboot #595
Comments
Hi @wheeler01 , a few questions in order to help you:
Thanks |
Thank you. |
Hi @wheeler01, had a very quick look at your Could you do a And also, which Raspberry Pi version are you using? You might need to specify a previous version. I believe they sometimes miss or drop a specific architecture. So that could also be the problem. Thanks |
When running docker run grafana/grafana it attempts to start but errors out throwing this: When running docker logs it returns a wall of this error: |
Looks like a weird grafana upgrade problem. I would recommend you:
I hope that helps... |
Sure, no problem:
|
Turns out the problem was actually Pi Hole. Pie hole was blocking grafana. As soon as I whitelisted in Pi hole everything started working. |
Hi @wheeler01, thanks for sharing the solution. Glad it's solved! Enjoy! |
Maybe one last bit: would you mind sharing the Grafana host that was blocked? It just seems so strange... |
@martinbrose according to this update it looks like it couldn't resolve As the classic haiku goes:
🙂 |
@wheeler01 What domains did you add to your Pi-Hole whitelist? I seem to be having this same error and I cannot figure out how to fix it. |
I would also like to know. I am having the same issue. |
@aeburnett Just located this through Google, and it resolved (no pun intended) my issue. |
I am having very similar problems. I am running an rpi4b as a network device using rpiOS to host the internet-pi app. The network router provides a static IP address of 192.168.10.3 to the internet-pi and also provides the same address to the network as the DNS IP address. My Grafana dashboard doesn't start, because of the "https://grafana.com/api/plugins/flant-statusmap-panel/versions" issue. This leads me to believe that the problem is DNS access for Grafana. I see a solution in issue #8, setting the DNS of the device to 127.0.0.1 but I don't know how to do that because my /etc/resolv.conf always declares the nameserver to be 192.168.10.3, from the router. I found a Stackoverflow solution that says to prepend the ports declared in the docker-compose.yml file with the IP address, but this takes me into the ansible and docker scripts and I have no experience there. Can someone help me out here? Solved: I have found how to stop NetworkManager from updating the /etc/resolv.conf file. I then rebuilt pi-hole. |
After rebooting my Pi after making some changes I have been unable to access Grafana after executing main.yml post reboot. I am able to access PiHole. When running main.yml No errors are thrown, everything is either ok or skipped. main.yml and anything ansible was edited. I am unsure what is going on since we aren't getting any errors and everything seems to be running well. Any assistance would be appreciated.
The text was updated successfully, but these errors were encountered: