diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-03 09:03:24 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-10-03 09:03:24 +0200 |
commit | 3a85206bd929a5562e58b037af34f8bbf021682e (patch) | |
tree | 895c4f44b05b5002e350a266482b0fc6d560534e /terraform | |
parent | 5788e96171b675a7b55c4046c51f491b20dcf16f (diff) | |
download | infra-3a85206bd929a5562e58b037af34f8bbf021682e.tar.gz infra-3a85206bd929a5562e58b037af34f8bbf021682e.tar.bz2 infra-3a85206bd929a5562e58b037af34f8bbf021682e.tar.xz infra-3a85206bd929a5562e58b037af34f8bbf021682e.zip |
libvirt
Diffstat (limited to 'terraform')
-rw-r--r-- | terraform/hash-prometheus/prometheus.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/terraform/hash-prometheus/prometheus.yml b/terraform/hash-prometheus/prometheus.yml index 0033330..630c4fc 100644 --- a/terraform/hash-prometheus/prometheus.yml +++ b/terraform/hash-prometheus/prometheus.yml @@ -9,6 +9,7 @@ scrape_configs: - "knot.dn42.trygvis.io:9100" - "hash.dn42.trygvis.io:9100" - "lhn2pi.dn42.trygvis.io:9100" + - "conflatorio.dn42.trygvis.io:9100" - job_name: bird scrape_interval: 30s @@ -17,3 +18,9 @@ scrape_configs: - "knot.dn42.trygvis.io:9324" - "hash.dn42.trygvis.io:9324" - "lhn2pi.dn42.trygvis.io:9324" + + - job_name: libvirt + scrape_interval: 30s + static_configs: + - targets: + - "conflatorio.dn42.trygvis.io:9177" |