1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-06 02:07:57 +00:00
Files
gatus/config.yaml
2019-11-16 16:52:11 -05:00

11 lines
249 B
YAML

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