47 lines
1 KiB
YAML
47 lines
1 KiB
YAML
|
---
|
||
|
# Note: Gatus vars should be escaped with $${VAR_NAME} to avoid interpolation by Flux
|
||
|
web:
|
||
|
port: $${CUSTOM_WEB_PORT}
|
||
|
storage:
|
||
|
type: postgres
|
||
|
path: $${DATABASE_URI}
|
||
|
caching: true
|
||
|
metrics: true
|
||
|
debug: false
|
||
|
ui:
|
||
|
title: Status | Gatus
|
||
|
header: Status
|
||
|
alerting:
|
||
|
pushover:
|
||
|
application-token: $${CUSTOM_PUSHOVER_TOKEN}
|
||
|
user-key: $${CUSTOM_PUSHOVER_USER_KEY}
|
||
|
default-alert:
|
||
|
description: health-check failed
|
||
|
send-on-resolved: true
|
||
|
failure-threshold: 5
|
||
|
success-threshold: 2
|
||
|
connectivity:
|
||
|
checker:
|
||
|
target: 1.1.1.1:53
|
||
|
interval: 1m
|
||
|
endpoints:
|
||
|
- name: status
|
||
|
group: external
|
||
|
url: https://status.hsn.dev
|
||
|
interval: 1m
|
||
|
client:
|
||
|
dns-resolver: tcp://1.1.1.1:53
|
||
|
conditions:
|
||
|
- "[STATUS] == 200"
|
||
|
alerts:
|
||
|
- type: pushover
|
||
|
- name: flux-webhook
|
||
|
group: external
|
||
|
url: https://flux-webhook.hsn.dev
|
||
|
interval: 1m
|
||
|
client:
|
||
|
dns-resolver: tcp://1.1.1.1:53
|
||
|
conditions:
|
||
|
- "[STATUS] == 404"
|
||
|
alerts:
|
||
|
- type: pushover
|