summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-07-23 00:20:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-23 00:20:15 +0200
commit91bd17418552ef9aacf2d5e42fcef125a5d95467 (patch)
tree9771870982321e84ad93badcf732e82d064ea856 /inventory
parentch-imap-proxy is now bookworm as well (diff)
some cleanup
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-mon.yml23
1 files changed, 0 insertions, 23 deletions
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