mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-26 01:43:41 +01:00
3e2b56ba89
Note that arrays are not currently supported, same with asterisks
14 lines
313 B
YAML
14 lines
313 B
YAML
metrics: true
|
|
services:
|
|
- name: Twinnation
|
|
url: https://twinnation.org/health
|
|
interval: 10s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[RESPONSE_TIME] < 500"
|
|
- "[BODY].status == UP"
|
|
- name: Example
|
|
url: https://example.org/
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200" |