From 91bd17418552ef9aacf2d5e42fcef125a5d95467 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Jul 2023 00:20:15 +0200 Subject: some cleanup --- inventory/host_vars/ch-mon.yml | 23 ----------------------- 1 file changed, 23 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 96065226..f26bf017 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -93,10 +93,6 @@ prometheus_exporters_extra: - smokeping -# prometheus_exporter_blackbox_modules_extra: -# icmp: -# prober: icmp - prometheus_exporter_smokeping_targets: - hosts: - "{{ network_zones.magenta.gateway }}" @@ -109,25 +105,6 @@ prometheus_exporter_smokeping_targets: prometheus_job_multitarget_blackbox__probe: ch-mon: - # - instance: "ping-magentagw" - # target: 62.99.185.129 - # module: icmp - # - instance: "ping-magentadns1" - # target: 195.58.160.194 - # module: icmp - # - instance: "ping-magentadns2" - # target: 195.58.161.122 - # module: icmp - # - instance: "ping-quad9" - # target: 9.9.9.9 - # module: icmp - # - instance: "ping-google-dns" - # target: 8.8.8.8 - # module: icmp - # - instance: "ping-cloudflare-dns" - # target: 1.1.1.1 - # module: icmp - - 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