2019-11-16 21:49:19 +00:00
|
|
|
metrics: true
|
2019-09-06 04:01:48 +00:00
|
|
|
services:
|
2020-04-15 00:13:06 +00:00
|
|
|
- name: twinnation
|
|
|
|
interval: 10s
|
|
|
|
url: https://twinnation.org/health
|
|
|
|
conditions:
|
|
|
|
- "[STATUS] == 200"
|
|
|
|
- "[BODY].status == UP"
|
|
|
|
- "[RESPONSE_TIME] < 1000"
|
2020-04-14 23:20:00 +00:00
|
|
|
- name: twinnation-articles-api
|
2020-04-10 20:34:20 +00:00
|
|
|
interval: 10s
|
2020-04-15 00:13:06 +00:00
|
|
|
url: https://twinnation.org/api/v1/articles/24
|
|
|
|
conditions:
|
|
|
|
- "[STATUS] == 200"
|
|
|
|
- "[BODY].id == 24"
|
|
|
|
- "[BODY].tags[0] == spring"
|
2020-08-13 01:42:13 +00:00
|
|
|
- "len([BODY].tags) > 0"
|