- Add node_exporter ansible role to enable textfile collector - Add transmission_metrics role with script and LaunchAgent - Collects metrics every 60s via transmission RPC - Writes to /opt/homebrew/var/node_exporter/textfile/transmission.prom - Update grafana role to provision dashboards from files - Add transmission.json dashboard with: - Status indicator, torrent counts - Transfer speeds, cumulative stats - Time series graphs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
129 B
YAML
4 lines
129 B
YAML
---
|
|
- name: restart node_exporter
|
|
ansible.builtin.command: brew services restart node_exporter
|
|
listen: restart node_exporter
|