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

influxdbv2 telegraf error (not included?) #153

Open
ckuhtz opened this issue Aug 6, 2024 · 2 comments
Open

influxdbv2 telegraf error (not included?) #153

ckuhtz opened this issue Aug 6, 2024 · 2 comments

Comments

@ckuhtz
Copy link
Contributor

ckuhtz commented Aug 6, 2024

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

@ckuhtz
Copy link
Contributor Author

ckuhtz commented Aug 6, 2024

https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder says at the very bottom:

NOTE - READ CAREFULLY: As of 27 April 2023, the latest image no longer contains Telegraf. If you want to send metrics to InfluxDB or Prometheus, please use this image:

These docs should be updated?

@ckuhtz
Copy link
Contributor Author

ckuhtz commented Aug 6, 2024

And the error message improved to point out to use the tag :telegraf ? (as well as don't say it was started but then give a warning that telegraf doesn't exist)

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

1 participant