-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi there,
I submitted PR #152 with some doc fixes for the variable names for the InfluxDB v2 configuration. I'm setting the .env with an INFLUXDBV2TOKEN environment variable for the token for this client and have the following in my docker-compose for the ultrafeeder service:
- INFLUXDBV2_URL='http://influxdb.local:8086/'
- INFLUXDBV2_BUCKET=adsb
- INFLUXDBV2_ORG=foo
- INFLUXDBV2_TOKEN=${INFLUXDBV2TOKEN}
I believe the configuration is correct, but I don't see any data in Influxdb's data explorer. I do see this from the ultrafeeder container, however:
/opt/adsb$ docker logs ultrafeeder| grep telegraf
s6-rc: info: service telegraf: starting
s6-rc: info: service telegraf successfully started
[2024-08-05 19:25:04.101][telegraf] WARNING: InfluxDB/Prometheus parameters are set but Telegraf not included in this container
Did I do something wrong? If so, what? :-) The image I'm pulling is
image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder
per the guidance in the doc.
Thanks,
Christian
Metadata
Metadata
Assignees
Labels
No labels