Minor update

This commit is contained in:
TwinProduction 2021-09-18 13:04:50 -04:00
parent 044f0454f8
commit c3a4ce1eb4
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
metrics: true
services:
- name: TwiNNatioN
- name: website
url: https://twin.sh/health
interval: 30s
conditions:
- "[STATUS] == 200"
- name: GitHub
- name: github
url: https://api.github.com/healthz
interval: 5m
conditions:
- "[STATUS] == 200"
- name: Example
- name: example
url: https://example.com/
conditions:
- "[STATUS] == 200"

View File

@ -3,12 +3,12 @@ data:
config.yaml: |
metrics: true
services:
- name: TwiNNatioN
- name: website
url: https://twin.sh/health
interval: 1m
conditions:
- "[STATUS] == 200"
- name: GitHub
- name: github
url: https://api.github.com/healthz
interval: 5m
conditions:
@ -23,7 +23,7 @@ data:
- "[BODY].text == pat(*cat*)"
- "[STATUS] == pat(2*)"
- "[CONNECTED] == true"
- name: Example
- name: example
url: https://example.com/
conditions:
- "[STATUS] == 200"