gatus/config.yaml
2019-09-06 20:25:31 -04:00

12 lines
272 B
YAML

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