servers/roles/collector/files/prometheus-snmp.yml
Timotej Lazar da3db8cc02 Add collector role
Sets up prometheus to pull metrics, with telegraf to process SNMP data.
2025-10-17 22:12:02 +02:00

4 lines
93 B
YAML

scrape_configs:
- job_name: "snmp"
static_configs:
- targets: ["localhost:9273"]