maxnatamo / arrexporter

Application for ingesting data from Tautulli and Radarr into InfluxDb, for use in Grafana
ISC License
1 stars 0 forks source link

Setup Question #1

Open Sev7nrayne opened 9 months ago

Sev7nrayne commented 9 months ago

Where does one find the following?

I am currently using influxdb with Varken (Plex-influx-Grafana aggregator) version: '3' services: influxdb: hostname: influxdb container_name: influxdb image: influxdb:1.8.10 network_mode: "bridge" ports:

I want to use arrexporter to pull in radarr data as Varken does not support it at this time. what configs do I need to import radarr data into the influxdb I already have

Sev7nrayne commented 9 months ago

error message: Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'INFLUX_TOKEN') at ArrExporter.Core.Broker.InitializeInfluxClient() in /src/ArrExporter.Core/Broker.cs:line 108 at ArrExporter.Core.Broker.Initialize() in /src/ArrExporter.Core/Broker.cs:line 26 at ArrExporter.Core.Program.Main(String[] args) in /src/ArrExporter.Core/Program.cs:line 16 at ArrExporter.Core.Program.

(String[] args)

maxnatamo commented 9 months ago

Hello! Thank you for reporting an issue.

I haven't worked with this in a while, but I remember both the organization and bucket being set, when you create InfluxDB. According to the docs, you need to set it using the environment variables specified here: DOCKER_INFLUXDB_INIT_ORG DOCKER_INFLUXDB_INIT_BUCKET

To create a new token, you can read the official InfluxDB docs here.

Hope this help.