status(host): add monitoring for spaceapi.ccc.de
All checks were successful
/ Ansible Lint (push) Successful in 2m6s
All checks were successful
/ Ansible Lint (push) Successful in 2m6s
This commit is contained in:
parent
8e75f1ad14
commit
397285655b
1 changed files with 8 additions and 0 deletions
|
|
@ -110,6 +110,14 @@ endpoints:
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)"
|
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)"
|
||||||
|
|
||||||
|
- name: spaceapi.ccc.de
|
||||||
|
url: "https://spaceapi.ccc.de"
|
||||||
|
<<: *websites_defaults
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
|
- "[BODY] == pat(*Kein Javascript, keine Kekse.*)"
|
||||||
|
|
||||||
# Websites (Staging)
|
# Websites (Staging)
|
||||||
- name: staging.c3cat.de
|
- name: staging.c3cat.de
|
||||||
url: "https://staging.c3cat.de"
|
url: "https://staging.c3cat.de"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue