Work on #62: Add uptime percentage + badges

This commit is contained in:
TwinProduction
2020-12-29 20:22:17 -05:00
parent 3eb8299316
commit bc4380db19
25 changed files with 3457 additions and 80 deletions

View File

@ -1,12 +1,12 @@
services:
- name: frontend
- name: front end
group: core
url: "https://twinnation.org/health"
interval: 1m
interval: 5s
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000"
- "[RESPONSE_TIME] < 70"
- name: backend
group: core