2021-09-18 12:42:11 -04:00

16 lines
342 B
YAML

metrics: true
services:
- name: TwiNNatioN
url: https://twin.sh/health
interval: 30s
conditions:
- "[STATUS] == 200"
- name: GitHub
url: https://api.github.com/healthz
interval: 5m
conditions:
- "[STATUS] == 200"
- name: Example
url: https://example.com/
conditions:
- "[STATUS] == 200"