gatus/config.yaml

17 lines
443 B
YAML
Raw Normal View History

2019-11-16 22:49:19 +01:00
metrics: true
2019-09-06 06:01:48 +02:00
services:
- name: twinnation
interval: 10s
url: https://twinnation.org/health
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000"
- name: twinnation-articles-api
interval: 10s
url: https://twinnation.org/api/v1/articles/24
conditions:
- "[STATUS] == 200"
- "[BODY].id == 24"
- "[BODY].tags[0] == spring"
- "len([BODY].tags) > 0"