2019-11-16 21:48:18 +00:00
|
|
|
metrics: true
|
|
|
|
services:
|
|
|
|
- name: TwiNNatioN
|
2021-09-18 16:42:11 +00:00
|
|
|
url: https://twin.sh/health
|
2020-08-15 20:59:05 +00:00
|
|
|
interval: 30s
|
2019-11-16 21:48:18 +00:00
|
|
|
conditions:
|
2019-12-04 22:27:27 +00:00
|
|
|
- "[STATUS] == 200"
|
2019-11-16 21:48:18 +00:00
|
|
|
- name: GitHub
|
|
|
|
url: https://api.github.com/healthz
|
2020-08-15 00:05:10 +00:00
|
|
|
interval: 5m
|
2019-11-16 21:48:18 +00:00
|
|
|
conditions:
|
2019-12-04 22:27:27 +00:00
|
|
|
- "[STATUS] == 200"
|
2019-11-16 21:48:18 +00:00
|
|
|
- name: Example
|
|
|
|
url: https://example.com/
|
|
|
|
conditions:
|
2019-12-04 22:27:27 +00:00
|
|
|
- "[STATUS] == 200"
|