From 279327bcb86409700aac79b236ab5a215985fd76 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Nov 2022 18:15:22 +0100 Subject: add ch-pan and ch-mimas to prometheus monitoring --- inventory/host_vars/ch-mon.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'inventory/host_vars/ch-mon.yml') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index eda5122d..4e324830 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -127,13 +127,6 @@ prometheus_job_multitarget_blackbox__probe: # target: 1.1.1.1 # module: icmp - - instance: "https-pan.chaos-at-home.org" - target: "https://pan.chaos-at-home.org" - module: http_tls_2xx - - instance: "https-mimas.chaos-at-home.org" - target: "https://mimas.chaos-at-home.org" - module: http_tls_2xx - - instance: "ssh-{{ inventory_hostname }}" target: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}" module: ssh_banner -- cgit v1.2.3