22 lines
500 B
YAML
22 lines
500 B
YAML
metrics: true
|
|
services:
|
|
# - name: twinnation
|
|
# interval: 10s
|
|
# url: https://twinnation.org/health
|
|
# conditions:
|
|
# - "[STATUS] == 200"
|
|
# - "[RESPONSE_TIME] < 1000"
|
|
# - "[BODY].status == UP"
|
|
- name: twinnation-articles-api
|
|
interval: 10s
|
|
url: https://twinnation.org/api/v1/articles
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].[0].id == 42"
|
|
|
|
# - name: example
|
|
# url: https://example.org/
|
|
# interval: 30s
|
|
# conditions:
|
|
# - "[STATUS] == 200"
|