blumeops/ansible/roles/plex_metrics/defaults/main.yml

20 lines
583 B
YAML
Raw Normal View History

---
# Plex metrics collection configuration
# Plex server URL
plex_metrics_url: "http://localhost:32400"
# Path to file containing Plex token (should have 600 permissions)
plex_metrics_token_file: "/Users/erichblume/.plex-token"
# 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