2019-11-16 22:49:19 +01:00
|
|
|
metrics: true
|
2019-09-06 06:01:48 +02:00
|
|
|
services:
|
2020-03-10 23:34:32 +01:00
|
|
|
- name: Twinnation
|
2020-04-07 00:58:13 +02:00
|
|
|
url: https://twinnation.org/health
|
2020-04-10 22:34:20 +02:00
|
|
|
interval: 10s
|
2019-09-06 06:01:48 +02:00
|
|
|
conditions:
|
2019-12-04 23:27:27 +01:00
|
|
|
- "[STATUS] == 200"
|
2020-04-10 22:34:20 +02:00
|
|
|
- "[RESPONSE_TIME] < 20"
|
2020-03-10 23:34:32 +01:00
|
|
|
- name: GitHub API
|
2019-09-07 04:09:31 +02:00
|
|
|
url: https://api.github.com/healthz
|
2020-03-10 23:34:32 +01:00
|
|
|
interval: 30s
|
2019-09-06 06:01:48 +02:00
|
|
|
conditions:
|
2019-12-04 23:27:27 +01:00
|
|
|
- "[STATUS] == 200"
|