From e290141439b60d387c3719dbb54efe3fcd7a41b4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Nov 2022 22:45:38 +0100 Subject: monitoring/prometheus: improve grafana dashboard for smokeping-prober --- inventory/host_vars/ch-mon.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 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 34c0e46d..e1634182 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -92,9 +92,9 @@ prometheus_exporters_extra: - smokeping -prometheus_exporter_blackbox_modules_extra: - icmp: - prober: icmp +# prometheus_exporter_blackbox_modules_extra: +# icmp: +# prober: icmp prometheus_exporter_smokeping_targets: - hosts: @@ -108,24 +108,24 @@ 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: "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: "https-pan.chaos-at-home.org" target: "https://pan.chaos-at-home.org" -- cgit v1.2.3