mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
13 lines
282 B
YAML
13 lines
282 B
YAML
metrics: true
|
|
services:
|
|
- name: Twinnation
|
|
url: https://twinnation.org/health
|
|
interval: 10s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[RESPONSE_TIME] < 30"
|
|
- name: Example
|
|
url: https://example.org/
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200" |