From b8785d1d518c7ce35e79cc0621159e2c48ca08ef Mon Sep 17 00:00:00 2001 From: Nexus Agent Date: Sun, 7 Jun 2026 20:49:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Layer=203=20=E5=B7=A1=E6=A3=80=20Telegr?= =?UTF-8?q?am=20=E9=85=8D=E7=BD=AE=E5=90=8E=E7=94=9F=E4=BA=A7=E5=A4=8D?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 记录用户配置 Telegram 后 env 同步、health_monitor 就绪与 cron 状态。 Co-authored-by: Cursor --- .../2026-06-07-ops-patrol-deploy-verification.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/reports/2026-06-07-ops-patrol-deploy-verification.md b/docs/reports/2026-06-07-ops-patrol-deploy-verification.md index 5a3a8a21..5abe4c1d 100644 --- a/docs/reports/2026-06-07-ops-patrol-deploy-verification.md +++ b/docs/reports/2026-06-07-ops-patrol-deploy-verification.md @@ -55,3 +55,19 @@ ## 结论 **部署成功**;cron 与 health_monitor 已就绪。Telegram 告警需用户在 UI 配置后终验。 + +--- + +## 用户配置后复查(2026-06-07) + +| 检查 | 结果 | +|------|------| +| 内存 `TELEGRAM_BOT_TOKEN` / `CHAT_ID` | ✓ 已配置 | +| 容器 `/app/.env` NEXUS_TELEGRAM_* | ✓ 已同步 | +| `read_telegram_env_status().env_synced` | **true** | +| 宿主机 `docker/.env.prod` Telegram | 未写入(容器无 host 写权限;不影响) | +| `health_monitor` 读取 Telegram | ✓ **READY via container .env** | +| MySQL DB 回退 | ✓ `db_fallback_ok True` | +| cron `nexus-health-monitor` | ✓ 运行中 | + +**Layer 3 巡检 Telegram 闭环已就绪。** /health 连续失败时将能推送 Telegram 并自动重启。