diff options
Diffstat (limited to 'terraform/hash-prometheus')
-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" |