2019-11-16 22:49:19 +01:00
|
|
|
metrics: true
|
2019-09-06 06:01:48 +02:00
|
|
|
services:
|
2020-04-15 02:13:06 +02:00
|
|
|
- name: twinnation
|
2020-09-26 20:23:43 +02:00
|
|
|
url: "https://twinnation.org/health"
|
2020-08-15 22:59:05 +02:00
|
|
|
interval: 30s
|
2020-04-15 02:13:06 +02:00
|
|
|
conditions:
|
|
|
|
- "[STATUS] == 200"
|
|
|
|
- "[BODY].status == UP"
|
|
|
|
- "[RESPONSE_TIME] < 1000"
|
2020-09-15 02:05:00 +02:00
|
|
|
- name: cat-fact
|
|
|
|
url: "https://cat-fact.herokuapp.com/facts/random"
|
2020-09-26 20:23:43 +02:00
|
|
|
interval: 1m
|
2020-04-15 02:13:06 +02:00
|
|
|
conditions:
|
|
|
|
- "[STATUS] == 200"
|
2020-09-15 02:05:00 +02:00
|
|
|
- "[BODY].deleted == false"
|
2020-10-30 16:30:03 +01:00
|
|
|
- "len([BODY].text) > 0"
|