2019-11-16 22:48:18 +01:00
|
|
|
metrics: true
|
2021-10-23 22:47:12 +02:00
|
|
|
endpoints:
|
2021-09-18 19:04:50 +02:00
|
|
|
- name: website
|
2021-09-18 18:42:11 +02:00
|
|
|
url: https://twin.sh/health
|
2020-08-15 22:59:05 +02:00
|
|
|
interval: 30s
|
2019-11-16 22:48:18 +01:00
|
|
|
conditions:
|
2019-12-04 23:27:27 +01:00
|
|
|
- "[STATUS] == 200"
|
2021-09-18 19:04:50 +02:00
|
|
|
- name: github
|
2019-11-16 22:48:18 +01:00
|
|
|
url: https://api.github.com/healthz
|
2020-08-15 02:05:10 +02:00
|
|
|
interval: 5m
|
2019-11-16 22:48:18 +01:00
|
|
|
conditions:
|
2019-12-04 23:27:27 +01:00
|
|
|
- "[STATUS] == 200"
|
2021-09-18 19:04:50 +02:00
|
|
|
- name: example
|
2019-11-16 22:48:18 +01:00
|
|
|
url: https://example.com/
|
|
|
|
conditions:
|
2019-12-04 23:27:27 +01:00
|
|
|
- "[STATUS] == 200"
|