From dbfbf6b9eea6455c62ca6d2dd4ddbff62b913227 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Nov 2022 18:15:09 +0100 Subject: monitoring/prometheus: add smokeping-prober --- inventory/host_vars/ch-mon.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (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 f189501b..34c0e46d 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -89,12 +89,22 @@ prometheus_exporters_extra: - blackbox - nut - ssl + - smokeping prometheus_exporter_blackbox_modules_extra: icmp: prober: icmp +prometheus_exporter_smokeping_targets: + - hosts: + - 62.99.185.129 + - 195.58.160.194 + - 195.58.161.122 + - 9.9.9.9 + - 8.8.8.8 + - 1.1.1.1 + prometheus_job_multitarget_blackbox__probe: ch-mon: @@ -189,3 +199,5 @@ grafana_dashboards: datasource: "Prometheus" - file: blackbox datasource: "Prometheus" + - file: smokeping + datasource: "Prometheus" -- cgit v1.2.3