gatus/config.yaml
TwinProduction 8a7aa96b97 Minor update
2019-09-06 22:09:31 -04:00

11 lines
259 B
YAML

services:
- name: twinnation
url: https://twinnation.org/actuator/health
interval: 15
failure-threshold: 3
conditions:
- "$STATUS == 200"
- name: github
url: https://api.github.com/healthz
conditions:
- "$STATUS == 200"