servers/roles/collector/files/prometheus-snmp.yml
Timotej Lazar 55989d3182 Add collector role
Sets up prometheus to pull metrics, with telegraf to process SNMP data.
2025-11-13 15:17:42 +01:00

4 lines
93 B
YAML

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