From 6a5f272c25cdd30b03c5a9030824abfb5c9deba4 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Mon, 9 Dec 2024 18:46:28 +0100 Subject: [PATCH] Changed prometheus.yml --- monitoring/prometheus/prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 7964916..fa56726 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -13,7 +13,7 @@ scrape_configs: static_configs: - targets: ['100.80.35.55:9100'] labels: - instance: 'Fallback' + instance: 'Main' - targets: ['100.99.68.47:9100'] labels: - instance: 'Main' + instance: 'Fallback'