Initial Setup Failing #47
-
Hi Team, Just found this project and thought i'd give it a go, but in trying to get up and running, I'm having an issue that I'm hoping someone can help me out with. After reading through everything, I just customized the sample docker-compose.yaml and vuegraf.json files. After doing that, I just run: docker-compose -f docker-compose.yaml build --pull && docker-compose -f docker-compose.yaml up -d From there, it builds all of the containers, as seen here, except the vuegraf container just constantly restarts: It doesn't really give an error, it just says the following: I just used the default "influxDB" portion within the .json file, as I've never used InfluxDB before, so i'm not sure if that has something to do with it or not? I found this in the vuegraf.py file: What am I doing wrong? Thanks , |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Try updating the vuegraf.json file with |
Beta Was this translation helpful? Give feedback.
-
Well, I can see that the influxdb is listening on port 8086 on the server here: I've never used either Grafana or InfluxDB before so it's a bit of a learning curve. I can see that if I log into the Graphana page though that i can add a data source. In plugging the info in that was in the .json file, it appears to be good: |
Beta Was this translation helpful? Give feedback.
Try updating the vuegraf.json file with
"host": "influxdb",
instead of my.influxdb.hostname.