1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-08 11:04:17 +00:00

Minor update

This commit is contained in:
TwinProduction
2020-04-11 23:14:20 -04:00
parent 3e2b56ba89
commit 02098a9742

View File

@@ -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: