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