fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
130 stars 32 forks source link

No dashboard visible after `make install` #43

Open henricook opened 1 year ago

henricook commented 1 year ago

Hi, this project looks like exactly what I need for my own dodgy ISP!

After installing though there were no dashboards visible in Grafana - what am I doing wrong?

Steps I followed:

I'm on an ubuntu system with no firewalls or proxies

Notable logs in telegraf:

2023-08-17T14:55:39Z W! [outputs.influxdb] When writing to [http://influxdb:8086]: database "telegraf" creation failed: Post "http://influxdb:8086/query": dial tcp 172.24.0.2:8086: connect: connection refused
2023-08-17T14:55:40Z E! [inputs.docker] Error in plugin: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
2023-08-17T14:55:40Z E! [inputs.docker] Error in plugin: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
2023-08-17T14:55:50Z E! [inputs.docker] Error in plugin: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
henricook commented 1 year ago

@fmdlc 🙏🏻

henricook commented 1 year ago

For the telegraf docker errors i've removed inputs.docker from telegraf.conf as I don't see why I'd need it

henricook commented 1 year ago

I got around the worst of this by manually configuring the influxdb datasource in Grafana with credentials from credentials.env and importing the Grafana dashboard from the Grafana online library linked in the README