mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-17 18:51:15 +01:00
Update interval in config.yaml
This commit is contained in:
parent
1f241ecdb3
commit
adfee25a22
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user