A prometheus exporter for Tautulli
Go to file
SeanOMik 3d78c77298
ci/woodpecker/manual/container Pipeline failed Details
ci: don't build image for arm64
2024-01-22 17:14:13 -05:00
.vscode
.woodpecker ci: don't build image for arm64 2024-01-22 17:14:13 -05:00
src
.dockerignore
.gitignore
Cargo.lock
Cargo.toml
Dockerfile Remove unnecessary steps in dockcer image, use alpine:latest for the 2nd stage 2024-01-22 17:02:03 -05:00
LICENSE
README.md

README.md

Tautulli Prometheus Exporter

This is a small application that can collect information from Tautulli and exports it in a Prometheus format.

Config

# The full url of tautulli
tautulli_url = "https://tautulli.example.com/"
tautulli_apikey = ""
# The address to listen on. Default is 0.0.0.0
listen_address = "0.0.0.0"
# The port to listen on. Default is 3000
listen_port = "3000"

Docker image

Docker images are published here.

You can run the following command to run a docker container:

$ docker run -it --rm -v $PWD/config.toml:/app/config.toml -p 3000:3000 git.seanomik.net/seanomik/tautulli-exporter:v0.1.0

Exported metrics