mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-11 08:28:14 +01:00
Minor update
This commit is contained in:
parent
3e2b56ba89
commit
02098a9742
@ -22,8 +22,8 @@ services:
|
||||
url: https://twinnation.org/health
|
||||
interval: 15s # Duration to wait between every status check (default: 10s)
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 300"
|
||||
- "[STATUS] == 200" # Status must be 200
|
||||
- "[RESPONSE_TIME] < 300" # Response time must be under 300ms
|
||||
- name: github
|
||||
url: https://api.github.com/healthz
|
||||
conditions:
|
||||
|
Loading…
Reference in New Issue
Block a user