fix: Add octopus_exporter job configuration (#68)

This commit is contained in:
Rasmus Wejlgaard 2026-04-22 21:28:14 +01:00 committed by GitHub
parent c495b73720
commit 56bec98afc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,10 @@ scrape_configs:
static_configs:
- targets: ["localhost:9090"]
- job_name: "octopus_exporter"
static_configs:
- targets: ["100.123.72.87:9359"]
- job_name: "node_exporter"
static_configs:
{% for host in groups['all'] | sort %}