From ec55b1572702b91184d99fec89fec537cfe2ea1f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Sep 2021 20:18:08 +0200 Subject: force blackbox exporter to ipv4 by default --- inventory/host_vars/ch-mon.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index 242c4835..d1a710b9 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -86,8 +86,11 @@ prometheus_job_blackbox__ping: prometheus_job_blackbox__https: - exporter_hostname: ch-mon - instance: "https-web.chaos-at-home.org" - address: web.chaos-at-home.org + instance: "https-pan.chaos-at-home.org" + address: "https://pan.chaos-at-home.org" + - exporter_hostname: ch-mon + instance: "https-mimas.chaos-at-home.org" + address: "https://mimas.chaos-at-home.org" prometheus_job_blackbox__ssh: - exporter_hostname: ch-mon -- cgit v1.2.3