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
services:
- name: twinnation
interval: 10s
interval: 30s
url: https://twinnation.org/health
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000"
- name: twinnation-articles-api
interval: 10s
interval: 30s
url: https://twinnation.org/api/v1/articles/24
conditions:
- "[STATUS] == 200"

View File

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