From 0e6c4b83d48343dd86245e33cf917d30d7c481d1 Mon Sep 17 00:00:00 2001 From: OG T Date: Wed, 8 Apr 2026 22:59:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(ops):=20docker-health-monitor=20=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E9=83=A8=E7=BD=B2=20110+188?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 增加 EXCLUDE_CONTAINERS 排除清單(signoz init containers) - max-time 30→60 支援 API 首次 AI 分析所需時間 - 110: wooo/awoooi-ops, cron */5, secrets.env 已設定 - 188: ollama/awoooi-ops, cron */5, secrets.env 已設定 - 驗證: 188→API webhook 200, Telegram 已收到告警 Co-Authored-By: Claude Sonnet 4.6 --- scripts/ops/docker-health-monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ops/docker-health-monitor.sh b/scripts/ops/docker-health-monitor.sh index f0a739d4..7ed973b9 100755 --- a/scripts/ops/docker-health-monitor.sh +++ b/scripts/ops/docker-health-monitor.sh @@ -116,7 +116,7 @@ JSON -H "Content-Type: application/json" \ -d "$payload" \ --connect-timeout 10 \ - --max-time 30 2>/dev/null) || http_code="0" + --max-time 60 2>/dev/null) || http_code="0" if [[ "$http_code" == "200" || "$http_code" == "202" ]]; then log "SENT: ${container} 狀態=${status} → AWOOOI API (${http_code})"