mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
11 lines
259 B
YAML
11 lines
259 B
YAML
services:
|
|
- name: twinnation
|
|
url: https://twinnation.org/actuator/health
|
|
interval: 15
|
|
failure-threshold: 3
|
|
conditions:
|
|
- "$STATUS == 200"
|
|
- name: github
|
|
url: https://api.github.com/healthz
|
|
conditions:
|
|
- "$STATUS == 200" |