plexpy2influx
v0.1.7
Published
[![build status](https://gitlab.com/matthewv/plexpy2influx/badges/master/build.svg)](https://gitlab.com/matthewv/plexpy2influx/pipelines) [![coverage report](https://gitlab.com/matthewv/plexpy2influx/badges/master/coverage.svg)](https://matthewv.gitlab.io
Downloads
4
Readme
plexpy2influx
Pipe select PlexPy metrics to InfluxDB so it can be graphed in Grafana
Most basic form:
docker run -d -e PLEXPY_TOKEN="YOUR_API_TOKEN_HERE" mvantassel/plexpy2influx
Configuration (ENV, -e)
Variable | Description | Default value | Sample value | Required? -------- | ----------- | ------------- | ------------ | --------- INFLUXDB_PROTOCOL | Is Influx SSL? | http | https | optional INFLUXDB_HOST | Where is your InfluxDB running? | localhost | influxdb | recommended INFLUXDB_PORT | What port is InfluxDB running on? | 8086 | 999 | optional INFLUXDB_DB | What InfluxDB database do you want to use? | 'plex' | 'potato' | required INFLUXDB_USER | InfluxDB username | | | optional INFLUXDB_PASS | InfluxDB password | metrics | | optional PLEXPY_TOKEN | What is your PlexPy API Token? | | abc123 | required PLEXPY_PROTOCOL | Is PlexPy SSL? | http | https | optional PLEXPY_HOST | Where is your PlexPy running? | localhost | plexpy | recommended PLEXPY_PORT | What port is PlexPy running on? | 8181 | 999 | optional PLEXPY_BASEURL | Is PlexPy running behind a proxy? | | 'plexpy' | optional UPDATE_INTERVAL_MS | How often should it check for new metrics? | 30000 | 1000 | optional
Tags
- latest