mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
12 lines
298 B
YAML
12 lines
298 B
YAML
endpoints:
|
|
- name: "${APP}"
|
|
group: external
|
|
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_EXTERNAL_DOMAIN}${GATUS_PATH:-/}"
|
|
interval: 1m
|
|
client:
|
|
dns-resolver: tcp://1.1.1.1:53
|
|
conditions:
|
|
- "[STATUS] == ${GATUS_STATUS:-200}"
|
|
alerts:
|
|
- type: pushover
|