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 并自动重启。