status(host): add check for diday.org
All checks were successful
/ Ansible Lint (push) Successful in 2m34s
All checks were successful
/ Ansible Lint (push) Successful in 2m34s
This commit is contained in:
parent
3541c68357
commit
55d1279c3e
1 changed files with 8 additions and 0 deletions
|
|
@ -76,6 +76,14 @@ endpoints:
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
- "[BODY] == pat(*Digitale Selbstverteidigung in Hamburg*)"
|
- "[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
|
- name: element-admin.hamburg.ccc.de
|
||||||
url: "https://element-admin.hamburg.ccc.de"
|
url: "https://element-admin.hamburg.ccc.de"
|
||||||
<<: *websites_defaults
|
<<: *websites_defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue