status(host): add monitoring for (www./staging.)c3dog.de
All checks were successful
/ Ansible Lint (push) Successful in 2m14s
All checks were successful
/ Ansible Lint (push) Successful in 2m14s
This commit is contained in:
parent
f4c9d203da
commit
1d2d03e4b3
1 changed files with 24 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Cat Ears Operation Center*)"
|
||||
|
||||
- name: c3dog.de
|
||||
url: "https://c3dog.de"
|
||||
<<: *websites_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Dog Ears Operation Center*)"
|
||||
|
||||
- name: cpu.ccc.de
|
||||
url: "https://cpu.ccc.de"
|
||||
<<: *websites_defaults
|
||||
|
|
@ -127,6 +135,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*c3cat.de Staging Environment*)"
|
||||
|
||||
- name: staging.c3dog.de
|
||||
url: "https://staging.c3dog.de"
|
||||
<<: *websites_staging_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*c3dog.de Staging Environment*)"
|
||||
|
||||
- name: staging.cryptoparty-hamburg.de
|
||||
url: "https://staging.cryptoparty-hamburg.de"
|
||||
<<: *websites_staging_defaults
|
||||
|
|
@ -168,6 +184,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Cat Ears Operation Center*)"
|
||||
|
||||
- name: www.c3dog.de
|
||||
url: "https://www.c3dog.de"
|
||||
<<: *websites_redirects_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Dog Ears Operation Center*)"
|
||||
|
||||
- name: cryptoparty.hamburg.ccc.de
|
||||
url: "https://cryptoparty.hamburg.ccc.de"
|
||||
<<: *websites_redirects_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue