gatus/config.yaml

11 lines
249 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
url: https://twinnation.org/actuator/health
interval: 15s
2019-09-06 06:01:48 +02:00
conditions:
- "$STATUS == 200"
- name: github
2019-09-07 04:09:31 +02:00
url: https://api.github.com/healthz
2019-09-06 06:01:48 +02:00
conditions:
2019-09-07 04:09:31 +02:00
- "$STATUS == 200"