mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-16 18:21:07 +01:00
15 lines
338 B
YAML
15 lines
338 B
YAML
|
metrics: true
|
||
|
services:
|
||
|
- name: TwiNNatioN
|
||
|
url: https://twinnation.org/actuator/health
|
||
|
interval: 10s
|
||
|
conditions:
|
||
|
- "$STATUS == 200"
|
||
|
- name: GitHub
|
||
|
url: https://api.github.com/healthz
|
||
|
conditions:
|
||
|
- "$STATUS == 200"
|
||
|
- name: Example
|
||
|
url: https://example.com/
|
||
|
conditions:
|
||
|
- "$STATUS == 200"
|