1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 13:31:46 +00:00
Files
gatus/config.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"