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