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.btop
parent
066a68318c
commit
637289036a
|
@ -32,7 +32,7 @@ blackbox_modules:
|
||||||
query_type: SOA
|
query_type: SOA
|
||||||
validate_answer_rrs:
|
validate_answer_rrs:
|
||||||
fail_if_not_matches_regexp:
|
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:
|
smtp:
|
||||||
prober: tcp
|
prober: tcp
|
||||||
|
|
Loading…
Reference in New Issue