Drewster727 / tautulli-influxdb-export

Export Tautulli (formerly PlexPy) stats to InfluxDB
69 stars 15 forks source link
grafana graphing influxdb plex plexpy python stats tautulli

tautulli-influxdb-export

This script will query Tautulli to pull basic stats and store them in influxdb. Stay tuned for further additions!

I suggest you intall the script as a service to boot with your OS.

Dependencies

Parameters

Example

  python /path/to/tautulli_influxdb_export.py --tautullihost <host> --tautulliapikey <key>

Docker Example

  cd <folder>
  docker build -t tautulli_influxdb_export .
  docker run -d --name=tautulli_influxdb_export --restart unless-stopped -e TAUTULLI_HOST=<host> -e TAUTULLI_KEY=<key> -e INFLUXDB_HOST=<influxdbhost> -e INFLUXDB_DB=<influxdbdatabase> tautulli_influxdb_export

Exported Data

To Do:

Use-Case

With the data exported to influxdb, you can create some useful stats/graphs in graphing tools such as grafana (http://grafana.org/)

alt tag