Undo changes to default config.yaml

This commit is contained in:
TwinProduction 2021-01-30 20:00:54 -05:00
parent d8d4756ef3
commit 45c966fbca

View File

@ -1,12 +1,12 @@
services: services:
- name: Front End - name: front-end
group: Excuse Me group: core
url: "https://twinnation.org/health" url: "https://twinnation.org/health"
interval: 30s interval: 1m
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[BODY].status == UP" - "[BODY].status == UP"
- "[RESPONSE_TIME] < 23" - "[RESPONSE_TIME] < 150"
- name: back-end - name: back-end
group: core group: core
@ -29,7 +29,7 @@ services:
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- name: cat fact - name: cat-fact
url: "https://cat-fact.herokuapp.com/facts/random" url: "https://cat-fact.herokuapp.com/facts/random"
interval: 5m interval: 5m
conditions: conditions: