Skip to content

influxdbv2 telegraf error (not included?) #153

@ckuhtz

Description

@ckuhtz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions