fix(telegram): bind product alerts to canonical routes
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
ogt
2026-07-15 00:42:15 +08:00
parent 730b6e5172
commit ff8d917247
24 changed files with 450 additions and 31 deletions

View File

@@ -86,7 +86,7 @@ deploy_to_host() {
AWOOOI_API_URL=https://awoooi.wooo.work
TELEGRAM_BOT_TOKEN=CHANGE_ME
SRE_GROUP_CHAT_ID=-1003711974679
SRE_GROUP_CHAT_ID=CHANGE_ME
SEND_COOLDOWN_SECONDS=300
ACTION_COOLDOWN_SECONDS=300
NOTIFY_COOLDOWN_SECONDS=1800

View File

@@ -23,7 +23,7 @@ if [[ -f "$SECRETS_FILE" ]]; then
fi
: "${AWOOOI_API_URL:=https://awoooi.wooo.work}"
: "${SRE_GROUP_CHAT_ID:=-1003711974679}"
: "${SRE_GROUP_CHAT_ID:=}"
: "${LOG_FILE:=/var/log/docker-health-monitor.log}"
: "${SEND_COOLDOWN_SECONDS:=300}"
: "${ACTION_COOLDOWN_SECONDS:=${SEND_COOLDOWN_SECONDS}}"