mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-08 00:54:07 +01:00
16 lines
349 B
YAML
16 lines
349 B
YAML
metrics: true
|
|
services:
|
|
- name: TwiNNatioN
|
|
url: https://twinnation.org/health
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- name: GitHub
|
|
url: https://api.github.com/healthz
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- name: Example
|
|
url: https://example.com/
|
|
conditions:
|
|
- "[STATUS] == 200" |