status(host): add checks for auth-dns
All checks were successful
/ Ansible Lint (push) Successful in 2m21s
All checks were successful
/ Ansible Lint (push) Successful in 2m21s
This commit is contained in:
parent
55d1279c3e
commit
dcd454011f
1 changed files with 27 additions and 0 deletions
|
|
@ -57,6 +57,33 @@ endpoints:
|
|||
# apparently TXT records aren't supported yet.
|
||||
# - "[BODY] == ________________gatus_test_________________"
|
||||
|
||||
- name: auth-dns (hamburg.ccc.de)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "hamburg.ccc.de"
|
||||
query-type: "A"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: auth-dns (eh22.easterhegg.eu)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "eh22.easterhegg.eu"
|
||||
query-type: "A"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: auth-dns (club-assistant.ccchh.net)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "club-assistant.ccchh.net"
|
||||
query-type: "AAAA"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: CCCHH ID/Keycloak (main page/account console)
|
||||
url: "https://id.hamburg.ccc.de/"
|
||||
<<: *services_chaosknoten_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue