1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-15 17:51:09 +00:00
twin-gatus/config.yaml
2019-10-10 22:42:30 -04:00

10 lines
No EOL
235 B
YAML

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"