2026-01-15 15:27:59 -08:00
|
|
|
---
|
|
|
|
|
# Plex metrics collection configuration
|
|
|
|
|
|
|
|
|
|
# Plex server URL
|
2026-01-16 19:33:02 -08:00
|
|
|
plex_metrics_url: "http://localhost:32400"
|
2026-01-15 15:27:59 -08:00
|
|
|
|
|
|
|
|
# Path to file containing Plex token (should have 600 permissions)
|
2026-01-16 19:33:02 -08:00
|
|
|
plex_metrics_token_file: "/Users/erichblume/.plex-token"
|
2026-01-15 15:27:59 -08:00
|
|
|
|
|
|
|
|
# Metrics collection interval in seconds
|
|
|
|
|
plex_metrics_interval: 60
|
|
|
|
|
|
|
|
|
|
# Output directory for prometheus textfile collector
|
|
|
|
|
plex_metrics_dir: /opt/homebrew/var/node_exporter/textfile
|
|
|
|
|
|
|
|
|
|
# Script installation path
|
|
|
|
|
plex_metrics_script: /Users/erichblume/bin/plex-metrics
|
|
|
|
|
|
|
|
|
|
# Log directory for metrics script output
|
|
|
|
|
plex_metrics_log_dir: /opt/homebrew/var/log
|