mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
17 lines
443 B
YAML
17 lines
443 B
YAML
metrics: true
|
|
services:
|
|
- name: twinnation
|
|
interval: 30s
|
|
url: https://twinnation.org/health
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].status == UP"
|
|
- "[RESPONSE_TIME] < 1000"
|
|
- name: twinnation-articles-api
|
|
interval: 30s
|
|
url: https://twinnation.org/api/v1/articles/24
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].id == 24"
|
|
- "[BODY].tags[0] == spring"
|
|
- "len([BODY].tags) > 0" |