20 lines
567 B
YAML
20 lines
567 B
YAML
|
|
---
|
||
|
|
# Plex metrics collection configuration
|
||
|
|
|
||
|
|
# Plex server URL
|
||
|
|
plex_url: "http://localhost:32400"
|
||
|
|
|
||
|
|
# Path to file containing Plex token (should have 600 permissions)
|
||
|
|
plex_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
|