Git Product home page Git Product logo

Comments (14)

wheeler01 avatar wheeler01 commented on August 20, 2024 1

Turns out the problem was actually Pi Hole. Pie hole was blocking grafana. As soon as I whitelisted in Pi hole everything started working.

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Hi @wheeler01 ,

a few questions in order to help you:

  1. You are stating you made some changes. What changes exactly are you referring to? What do you want to achieve?

  2. Has everything been running ok before you made the changes?

  3. Could you please share your current main.yml?

  4. Could you please run docker ps and share the output? This will establish if your grafana docker is running and on which port it is listening.

Thanks

from internet-pi.

wheeler01 avatar wheeler01 commented on August 20, 2024
  1. The changes I referred to aren't relevant to internet pi. The changes are relevant to homebridge which is also installed on the pi I have a default installation of internet pi except changing configuration variables to match my configuration.

  2. After first installing internet pi everything ran fine. I had to reboot the pi due to some software updates. Pi hole is still runnin, homebridge is still running, internet pi appears to be running but the web interface is not available.

  3. My main.yml is attached.
    main_yml.txt

  4. Docker ps is attached. docker ps output.txt

Thank you.

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Hi @wheeler01,

had a very quick look at your docker ps output and it looks like your Grafana docker container has a problem. Possibly constantly restarting...

Could you do a docker logs container_id, changing the container_id with the container id of your Grafana docker container?

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

from internet-pi.

wheeler01 avatar wheeler01 commented on August 20, 2024

When running docker run grafana/grafana it attempts to start but errors out throwing this:
logger=grafana.update.checker t=2024-05-13T15:01:20.556342358Z level=error msg="Update check failed" error="failed to get stable version from grafana.com: Get "https://grafana.com/api/grafana/versions/stable\": dial tcp: lookup grafana.com: i/o timeout" duration=10.00194632s

When running docker logs it returns a wall of this error:
Error: ✗ Get "https://grafana.com/api/plugins/flant-statusmap-panel/versions": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Looks like a weird grafana upgrade problem.

I would recommend you:

  1. Stop the internet-monitoring with docker-compose down
  2. Remove the grafana container
  3. Prune the old grafana container
  4. Start the internet-monitoring with docker-compose up, which should download grafana again and set it up from scratch without any upgrade.

I hope that helps...

from internet-pi.

wheeler01 avatar wheeler01 commented on August 20, 2024

I am not extremely familiar with docker. I do not know how to do steps #2 and #3. Can you offer any advice or assistance?

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Sure, no problem:

  1. Remove the container with docker rm container_id, replacing the container_id with the one from the Grafana container

  2. Prune the container and volumes with docker system prune --volumes

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Hi @wheeler01,

thanks for sharing the solution.
Tbh, this didn't even cross my mind. ;)

Glad it's solved! Enjoy!

from internet-pi.

martinbrose avatar martinbrose commented on August 20, 2024

Maybe one last bit: would you mind sharing the Grafana host that was blocked? It just seems so strange...

from internet-pi.

quadespresso avatar quadespresso commented on August 20, 2024

@martinbrose according to this update it looks like it couldn't resolve grafana.com, ie, dial tcp: lookup grafana.com: i/o timeout.

As the classic haiku goes:

It's not DNS
There's no way it's DNS
It was DNS

🙂

from internet-pi.

Terrabytee avatar Terrabytee commented on August 20, 2024

Turns out the problem was actually Pi Hole. Pie hole was blocking grafana. As soon as I whitelisted in Pi hole everything started working.

@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.

from internet-pi.

aeburnett avatar aeburnett commented on August 20, 2024

I would also like to know. I am having the same issue.

from internet-pi.

Terrabytee avatar Terrabytee commented on August 20, 2024

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.
#349 (comment)

from internet-pi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.