pedrocesarti / internet-speedtest-docker

Internet testing running on Docker Compose.
116 stars 40 forks source link

Datasource named InfluxDB was not found #8

Closed Rahulsharma0810 closed 5 years ago

Rahulsharma0810 commented 5 years ago

I am getting "Datasource named InfluxDB was not found" On my Locally machine after login to grafana account. Local ip is : 192.168.0.52:3000

image

pedrocesarti commented 5 years ago

Hi Rahul sharma,

I just ran a quick test and apparently there is an issue with the latest InfluxDB Docker Image. I'll be creating a fix for that soon.

At the moment a simple workaround is to change the InfluxDB tag (maybe version 1.6.4) on the docker-compose file.

db: image: influxdb:1.6.4

pedrocesarti commented 5 years ago

Everything looks good now.