From 825d4cf602d3a32b48364a7696110a92d3071134 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sat, 22 Aug 2026 22:50:31 +0300 Subject: [PATCH] Fix traefik prom rule --- monitoring/blackbox-exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/blackbox-exporter.yaml b/monitoring/blackbox-exporter.yaml index c6de4e5..7981f15 100644 --- a/monitoring/blackbox-exporter.yaml +++ b/monitoring/blackbox-exporter.yaml @@ -241,7 +241,7 @@ data: query_type: "A" validate_answer_rrs: fail_if_not_matches_regexp: - - "traefik\\.k-space\\.ee\\.\\t.*\\tIN\\tA\\t193\\.40\\.103\\.[1-9][0-9]*" + - "traefik\\.k-space\\.ee\\.\\t.*\\tIN\\tA\\t62\\.65\\.250\\.[1-9][0-9]*" preferred_ip_protocol: "ip4" ip_protocol_fallback: false dns_check_k6: @@ -251,6 +251,6 @@ data: query_type: "A" validate_answer_rrs: fail_if_not_matches_regexp: - - "k6\\.ee\\.\\t.*\\tIN\\tA\\t193\\.40\\.103\\.[1-9][0-9]*" + - "k6\\.ee\\.\\t.*\\tIN\\tA\\t62\\.65\\.250\\.[1-9][0-9]*" preferred_ip_protocol: "ip4" ip_protocol_fallback: false