ISP-Checker icon indicating copy to clipboard operation
ISP-Checker copied to clipboard

No dashboard visible after `make install`

Open henricook opened this issue 2 years ago • 3 comments

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:

  • Clone repo into folder
  • make install
  • Login to grafana at myhost:3000 admin/admin and change password
  • I see no dashboards in 'dashboards -> manage'

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 avatar Aug 17 '23 14:08 henricook

@fmdlc 🙏🏻

henricook avatar Aug 17 '23 14:08 henricook

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

henricook avatar Aug 17 '23 15:08 henricook

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

henricook avatar Aug 17 '23 15:08 henricook