gatus/config.yaml

12 lines
272 B
YAML
Raw Normal View History

2019-09-06 06:01:48 +02:00
services:
- name: twinnation
url: https://twinnation.org/actuator/health
2019-09-07 02:25:31 +02:00
interval: 15
2019-09-06 06:01:48 +02:00
failure-threshold: 3
conditions:
- "$STATUS == 200"
- name: github
url: https://github.com
conditions:
2019-09-07 02:25:31 +02:00
- "$STATUS != 400"
- "$STATUS != 500"