mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix: Add octopus_exporter job configuration (#68)
This commit is contained in:
parent
c495b73720
commit
56bec98afc
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["localhost:9090"]
|
- targets: ["localhost:9090"]
|
||||||
|
|
||||||
|
- job_name: "octopus_exporter"
|
||||||
|
static_configs:
|
||||||
|
- targets: ["100.123.72.87:9359"]
|
||||||
|
|
||||||
- job_name: "node_exporter"
|
- job_name: "node_exporter"
|
||||||
static_configs:
|
static_configs:
|
||||||
{% for host in groups['all'] | sort %}
|
{% for host in groups['all'] | sort %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue