mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-16 18:21:07 +01:00
Undo changes to default config.yaml
This commit is contained in:
parent
d8d4756ef3
commit
45c966fbca
10
config.yaml
10
config.yaml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user