## Summary - Update all metrics role defaults to install scripts to ~/.local/bin following XDG conventions - Scripts already manually moved on indri from ~/bin to ~/.local/bin - Cleaned up orphaned scripts (devpi-metrics, transmission-metrics, mcquack) and plist files ## Deployment and Testing - [x] Manually moved scripts on indri - [x] Deleted orphaned plist files (devpi-metrics, devpi, kiwix-serve, transmission-metrics) - [x] Deleted orphaned scripts (devpi-metrics, transmission-metrics, mcquack) - [x] Verified no metrics dependencies on orphaned scripts (checked alloy config and textfile directory) - [ ] Run ansible to update LaunchAgent plist files with new paths - [ ] Verify metrics collection continues working 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/70
20 lines
590 B
YAML
20 lines
590 B
YAML
---
|
|
# 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/.local/bin/plex-metrics
|
|
|
|
# Log directory for metrics script output
|
|
plex_metrics_log_dir: /opt/homebrew/var/log
|