1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/config.yaml

10 lines
235 B
YAML
Raw Normal View History

2019-09-06 04:01:48 +00:00
services:
- name: twinnation
url: https://twinnation.org/actuator/health
interval: 15s
2019-09-06 04:01:48 +00:00
conditions:
- "$STATUS == 200"
- name: github
2019-09-07 02:09:31 +00:00
url: https://api.github.com/healthz
2019-09-06 04:01:48 +00:00
conditions:
2019-09-07 02:09:31 +00:00
- "$STATUS == 200"