1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Update default configuration

This commit is contained in:
TwinProduction 2020-11-26 23:23:59 -05:00
parent da4fb10bfc
commit 6a08c816e5

View file

@ -1,15 +1,37 @@
metrics: true
services:
- name: twinnation
- name: frontend
group: core
url: "https://twinnation.org/health"
interval: 30s
interval: 1m
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000"
- name: backend
group: core
url: "http://example.org/"
interval: 5m
conditions:
- "[STATUS] == 200"
- name: monitoring
group: internal
url: "http://example.com/"
interval: 5m
conditions:
- "[STATUS] == 200"
- name: nas
group: internal
url: "https://example.org/"
interval: 5m
conditions:
- "[STATUS] == 200"
- name: cat-fact
url: "https://cat-fact.herokuapp.com/facts/random"
interval: 1m
interval: 5m
conditions:
- "[STATUS] == 200"
- "[BODY].deleted == false"