1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Update interval in config.yaml

This commit is contained in:
TwinProduction 2020-08-15 16:59:05 -04:00
parent 1f241ecdb3
commit adfee25a22
2 changed files with 3 additions and 3 deletions

View file

@ -1,14 +1,14 @@
metrics: true metrics: true
services: services:
- name: twinnation - name: twinnation
interval: 10s interval: 30s
url: https://twinnation.org/health url: https://twinnation.org/health
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[BODY].status == UP" - "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000" - "[RESPONSE_TIME] < 1000"
- name: twinnation-articles-api - name: twinnation-articles-api
interval: 10s interval: 30s
url: https://twinnation.org/api/v1/articles/24 url: https://twinnation.org/api/v1/articles/24
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"

View file

@ -2,7 +2,7 @@ metrics: true
services: services:
- name: TwiNNatioN - name: TwiNNatioN
url: https://twinnation.org/health url: https://twinnation.org/health
interval: 10s interval: 30s
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- name: GitHub - name: GitHub