You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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:
make install
I'm on an ubuntu system with no firewalls or proxies
Notable logs in telegraf:
The text was updated successfully, but these errors were encountered: