status(host): add monitoring for cpu.ccc.de and aliases
All checks were successful
/ Ansible Lint (push) Successful in 2m5s
All checks were successful
/ Ansible Lint (push) Successful in 2m5s
This commit is contained in:
parent
c3b20abab3
commit
8e75f1ad14
1 changed files with 24 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Cat Ears Operation Center*)"
|
||||
|
||||
- name: cpu.ccc.de
|
||||
url: "https://cpu.ccc.de"
|
||||
<<: *websites_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*cpu.ccc.de | aus den Dezentralen*)"
|
||||
|
||||
- name: cryptoparty-hamburg.de
|
||||
url: "https://cryptoparty-hamburg.de"
|
||||
<<: *websites_defaults
|
||||
|
|
@ -160,6 +168,22 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Digitale Selbstverteidigung in Hamburg*)"
|
||||
|
||||
- name: local.ccc.de
|
||||
url: "https://local.ccc.de"
|
||||
<<: *websites_redirects_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*cpu.ccc.de | aus den Dezentralen*)"
|
||||
|
||||
- name: lokal.ccc.de
|
||||
url: "https://lokal.ccc.de"
|
||||
<<: *websites_redirects_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*cpu.ccc.de | aus den Dezentralen*)"
|
||||
|
||||
- name: staging.cryptoparty.hamburg.ccc.de
|
||||
url: "https://staging.cryptoparty.hamburg.ccc.de"
|
||||
<<: *websites_redirects_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue