Compare commits

..

3 commits

Author SHA1 Message Date
7b1d4b55a5 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 3m12s
/ Ansible Lint (pull_request) Successful in 3m14s
2026-05-19 12:30:46 +00:00
dcd454011f
status(host): add checks for auth-dns
All checks were successful
/ Ansible Lint (push) Successful in 2m21s
2026-05-19 14:27:54 +02:00
55d1279c3e
status(host): add check for diday.org
All checks were successful
/ Ansible Lint (push) Successful in 2m34s
2026-05-19 14:17:07 +02:00
2 changed files with 35 additions and 0 deletions

View file

@ -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

View file

@ -76,6 +76,14 @@ endpoints:
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Digitale Selbstverteidigung in Hamburg*)"
- name: diday.org
url: "https://diday.org"
<<: *websites_defaults
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*DIDay*)"
- name: element-admin.hamburg.ccc.de
url: "https://element-admin.hamburg.ccc.de"
<<: *websites_defaults