Modify example config

This commit is contained in:
TwinProduction 2020-04-10 16:46:19 -04:00
parent 1f177902e6
commit 49f5940a43

View File

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