From 17a6585e08575ec36ec7b72c5826964841930052 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Nov 2021 13:41:31 +0100 Subject: fix smartmon monitoring rule --- inventory/host_vars/ch-mon.yml | 2 +- inventory/host_vars/ch-testvm-prometheus.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'inventory') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index c6a5648f..576eb711 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -119,7 +119,7 @@ prometheus_server_jobs_extra: | - job_name: 'node-helsinki' static_configs: - targets: - - 192.168.28.77:9100 + - 192.168.42.250:9100 labels: instance: rh-router-apu metric_relabel_configs: diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml index 089b1571..22320ce5 100644 --- a/inventory/host_vars/ch-testvm-prometheus.yml +++ b/inventory/host_vars/ch-testvm-prometheus.yml @@ -40,9 +40,6 @@ spreadspace_apt_repo_components: ntp_variant: chrony ntp_client: - servers: - - name: 192.168.28.77 - options: iburst minpoll 3 maxpoll 5 pools: - name: at.pool.ntp.org options: iburst -- cgit v1.2.3