From e9802b3eb12cdc279ac4688994a7b15b80797254 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 22 Jun 2022 21:56:20 +0200 Subject: ch-mon: remove rh-router config from prometheus --- inventory/host_vars/ch-mon.yml | 16 ---------------- 1 file changed, 16 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 cbbb4dee..3c234fc2 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -122,21 +122,6 @@ prometheus_job_multitarget_ssl__probe: target: "/etc/ssl/prometheus/**/*.pem" module: file -prometheus_server_jobs_extra: | - - job_name: 'node-helsinki' - static_configs: - - targets: - - 192.168.42.250:9100 - labels: - instance: rh-router-apu - metric_relabel_configs: - - source_labels: [ "mountpoint" ] - regex: ".*/\\.snapshot/.*" - action: drop - - source_labels: [ "__name__", "state" ] - regex: "node_systemd_unit_state;(activating|deactivating|inactive)" - action: drop - prometheus_alertmanager_smtp: smarthost: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ipaddr('address') }}:25" @@ -153,7 +138,6 @@ prometheus_alertmanager_route: receiver: equinox matchers: - 'alertname != PrometheusAlertmanagerE2eDeadManSwitch' - - 'instance != rh-router-apu' group_by: - instance -- cgit v1.2.3