Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start container #31

Open
shresth45 opened this issue Sep 18, 2019 · 1 comment
Open

Unable to start container #31

shresth45 opened this issue Sep 18, 2019 · 1 comment

Comments

@shresth45
Copy link

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:
image

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

@douglasg14b
Copy link

douglasg14b commented May 12, 2020

Same problem here, just getting.

CRITICAL: Failed to connect to InfluxDB for unknown reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants