From 3a85206bd929a5562e58b037af34f8bbf021682e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 3 Oct 2024 09:03:24 +0200 Subject: libvirt --- terraform/hash-prometheus/prometheus.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.3