status(host): fix auth-dns ccchh.net check by moving to new entry
Check entry for pve01 instead of no longer present entry for club-assistant for the auth-dns ccchh.net check.
This commit is contained in:
parent
fa598c72fc
commit
7b48f1ebe7
1 changed files with 2 additions and 2 deletions
|
|
@ -75,11 +75,11 @@ endpoints:
|
|||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: auth-dns (club-assistant.ccchh.net)
|
||||
- name: auth-dns (pve01.ccchh.net)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "club-assistant.ccchh.net"
|
||||
query-name: "pve01.ccchh.net"
|
||||
query-type: "AAAA"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue