mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-23 07:09:52 +01:00
13 lines
295 B
YAML
13 lines
295 B
YAML
metrics: true
|
|
services:
|
|
- name: Twinnation
|
|
url: https://twinnation.org/health
|
|
interval: 10s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[RESPONSE_TIME] < 20"
|
|
- name: GitHub API
|
|
url: https://api.github.com/healthz
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200" |