summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-22 01:25:59 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-22 01:25:59 +0200
commitad08b01391c404d4e0356467fc627d711ece8916 (patch)
treebaf01ef1fef0108a9a18ff51c10873101fb9a0bf /inventory/host_vars/ch-mon.yml
parentcosmetic changes (diff)
prometheus: no more special jobs
Diffstat (limited to 'inventory/host_vars/ch-mon.yml')
-rw-r--r--inventory/host_vars/ch-mon.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index 7d8e334b..a211d4bb 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -76,7 +76,7 @@ prometheus_exporter_blackbox_modules_extra:
icmp:
prober: icmp
-prometheus_special_job_blackbox_ping:
+prometheus_job_blackbox_ping:
- exporter_hostname: ch-mon
instance: "ping-magentagw"
address: 62.99.185.129
@@ -84,12 +84,12 @@ prometheus_special_job_blackbox_ping:
instance: "ping-quad9"
address: 9.9.9.9
-prometheus_special_job_blackbox_https:
+prometheus_job_blackbox_https:
- exporter_hostname: ch-mon
instance: "https-web.chaos-at-home.org"
address: web.chaos-at-home.org
-prometheus_special_job_blackbox_ssh:
+prometheus_job_blackbox_ssh:
- exporter_hostname: ch-mon
instance: "ssh-{{ inventory_hostname }}"
address: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets[inventory_hostname]) | ipaddr('address') }}:{{ ansible_port | default(22) }}"