DockerGrafanaInfluxKit icon indicating copy to clipboard operation
DockerGrafanaInfluxKit copied to clipboard

connection refused when trying connect to influx

Open cuhavp opened this issue 5 years ago • 3 comments

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.

cuhavp avatar Jun 06 '19 04:06 cuhavp

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!

jaalvarezvi avatar May 24 '20 10:05 jaalvarezvi

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

Maithrie avatar Nov 22 '21 21:11 Maithrie

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

cameronbunce avatar Jan 03 '24 05:01 cameronbunce