1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 11:46:46 +00:00
Files
gatus/config.yaml
2019-09-08 21:07:08 -04:00

11 lines
260 B
YAML

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