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
The container goes on a continuous reboot loop on start.
The influxdb is on a different host than the docker host machine. I have verified the credentials are working, and both hosts are visible to each other.
Error:
speedtest | Loading Configuration File config.ini
speedtest | Configuration Successfully Loaded
speedtest | 2019-09-18 07:09:07,764 - CRITICAL: Failed to connect to InfluxDB for unknown reason
Screenshot:
The config.ini file is as follows
[GENERAL]
Delay = 300
The container goes on a continuous reboot loop on start.
The influxdb is on a different host than the docker host machine. I have verified the credentials are working, and both hosts are visible to each other.
Error:
speedtest | Loading Configuration File config.ini
speedtest | Configuration Successfully Loaded
speedtest | 2019-09-18 07:09:07,764 - CRITICAL: Failed to connect to InfluxDB for unknown reason
Screenshot:
The config.ini file is as follows
[GENERAL]
Delay = 300
[INFLUXDB]
Address = 10.10.20.11
Port = 8086
Database = speedtests
Username = influxuser
Password = *******
Verify_SSL = False
[SPEEDTEST]
Leave blank to auto pick server
Server =
[LOGGING]
Valid Options: critical, error, warning, info, debug
Level = info
Docker Compose:
#Speedtest
speedtest:
container_name: speedtest
hostname: speedtest
restart: unless-stopped
image: barrycarey/speedtest-for-influxdb-and-grafana
volumes:
- /home/shresth/docker/speedtest/config.ini:/src/config.ini
The text was updated successfully, but these errors were encountered: