mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
Modify example config
This commit is contained in:
parent
1f177902e6
commit
49f5940a43
@ -5,9 +5,9 @@ services:
|
||||
interval: 10s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 20"
|
||||
- name: GitHub API
|
||||
url: https://api.github.com/healthz
|
||||
- "[RESPONSE_TIME] < 30"
|
||||
- name: Example
|
||||
url: https://example.org/
|
||||
interval: 30s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
Loading…
Reference in New Issue
Block a user