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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user