From 637289036a0fb52141d6c7f2f54168c52a111451 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 19 Dec 2022 09:04:37 -0600 Subject: [PATCH] blackbox: Update pyrocufflink DNS check I changed the naming convention for domain controller machines. They are no longer "numbered," since the plan is to rotate through them quickly. For each release of Fedora, we'll create two new domain controllers, replacing the existing ones. Their names are now randomly generated and contain letters and numbers, so the Blackbox Exporter check for DNS records needs to account for this. --- group_vars/metricspi/blackbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/metricspi/blackbox.yml b/group_vars/metricspi/blackbox.yml index be67e6d..7da1480 100644 --- a/group_vars/metricspi/blackbox.yml +++ b/group_vars/metricspi/blackbox.yml @@ -32,7 +32,7 @@ blackbox_modules: query_type: SOA validate_answer_rrs: fail_if_not_matches_regexp: - - 'pyrocufflink\.blue\.\t\d+\tIN\tSOA\tdc\d+\.pyrocufflink\.blue.*' + - 'pyrocufflink\.blue\.\t\d+\tIN\tSOA\tdc.+\.pyrocufflink\.blue.*' smtp: prober: tcp