diff options
Diffstat (limited to 'terraform/hash-prometheus/prometheus.yml')
-rw-r--r-- | terraform/hash-prometheus/prometheus.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/terraform/hash-prometheus/prometheus.yml b/terraform/hash-prometheus/prometheus.yml index 56ecc7c..b9e6e5a 100644 --- a/terraform/hash-prometheus/prometheus.yml +++ b/terraform/hash-prometheus/prometheus.yml @@ -6,17 +6,19 @@ scrape_configs: scrape_interval: 30s static_configs: - targets: - - "knot.dn42.trygvis.io:9100" + - "conflatorio.dn42.trygvis.io:9100" + - "coregonus.dn42.trygvis.io:9100" - "hash.dn42.trygvis.io:9100" + - "knot.dn42.trygvis.io:9100" - "lhn2pi.dn42.trygvis.io:9100" - - "conflatorio.dn42.trygvis.io:9100" - job_name: bird scrape_interval: 30s static_configs: - targets: - - "knot.dn42.trygvis.io:9324" + - "coregonus.dn42.trygvis.io:9324" - "hash.dn42.trygvis.io:9324" + - "knot.dn42.trygvis.io:9324" - "lhn2pi.dn42.trygvis.io:9324" - job_name: libvirt |