BushnevYuri / DockerGrafanaInfluxKit

Lightweight docker compose to spin up Grafana and Influx for metrics collection and analyses [just run compose and you are ready to go]
75 stars 59 forks source link

connection refused when trying connect to influx #9

Open cuhavp opened 5 years ago

cuhavp commented 5 years ago

docker exec -it c78aaa755550 influx Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp 127.0.0.1:8086: getsockopt: connection refused Please check your connection settings and ensure 'influxd' is running.

jaalvarezvi commented 4 years ago

Hi @cuhavp , did you find a fix for your issue? In my case, influxdb container does not run. Do you have any idea why it doesn't run? Thank you in advance!

Maithrie commented 2 years ago

hi @jaalvarezvi did you find a solution to the issue of why influxdb was not running?

cameronbunce commented 9 months ago

Back in the Readme, there is a link to an article that lays out how this should be used. The docker-compose.yaml file should be used by running docker compose docker-compose up after which a lot of things will print to the terminal that will show the success or failure of that command which should bring up the whole lot of the containers. If you exit that with CTRL-C you will be stopping the containers. To bring up the containers without the active dialog from them, invoke with docker-compose -d after which you can ask docker to tell you what is running by docker ps