diff --git a/deploy/profile-scripts/agent_spiral_watchdog.py b/deploy/profile-scripts/agent_spiral_watchdog.py index 165c861f..8032a3f6 100644 --- a/deploy/profile-scripts/agent_spiral_watchdog.py +++ b/deploy/profile-scripts/agent_spiral_watchdog.py @@ -105,7 +105,8 @@ def main(): continue found += 1 alerted.add(sid) - msg = (f"🌀 agent 螺旋嫌疑\n" + msg = (f"📟【MoFin系统·螺旋监控】(非知微本人)\n" + f"agent 螺旋嫌疑\n" f"profile: {profile}\n" f"session: {sid}\n" f"已运行: {age_sec/60:.0f} 分钟\n" diff --git a/deploy/profile-scripts/deploy_guard.py b/deploy/profile-scripts/deploy_guard.py index 3a12e681..b1681d01 100644 --- a/deploy/profile-scripts/deploy_guard.py +++ b/deploy/profile-scripts/deploy_guard.py @@ -206,7 +206,7 @@ def main(): pass if actions or problems: - msg = "🛡️ 部署守卫\n" + msg = "📟【MoFin系统·部署守卫】(非知微本人)\n" for a in actions: msg += f"✅ {a}\n" for p in problems: diff --git a/deploy/profile-scripts/self_repair.py b/deploy/profile-scripts/self_repair.py index 030d8c07..f8c8d6fb 100644 --- a/deploy/profile-scripts/self_repair.py +++ b/deploy/profile-scripts/self_repair.py @@ -244,7 +244,7 @@ def main(): reports.append(f'{icon} [{module}] {action.get("action")}: {detail[:80]}') if reports: - xmpp_report(['🔧 自检系统自动修复报备:', f'发现 {len(failures)} 个功能异常,已直接处理:'] + reports + + xmpp_report(['📟【MoFin系统·L3自愈】(非知微本人)自动修复报备:', f'发现 {len(failures)} 个功能异常,已直接处理:'] + reports + ['', '详情: gateway/logs/repair_log.jsonl']) diff --git a/deploy/profile-scripts/system_hygiene_audit.py b/deploy/profile-scripts/system_hygiene_audit.py index cc9d94da..ae26d1e5 100644 --- a/deploy/profile-scripts/system_hygiene_audit.py +++ b/deploy/profile-scripts/system_hygiene_audit.py @@ -300,7 +300,7 @@ def main(): # 推 XMPP try: import urllib.request - lines = [f"🧹 系统卫生审计发现 {len(all_issues)} 个问题:"] + lines = [f"📟【MoFin系统·卫生审计】(非知微本人)发现 {len(all_issues)} 个问题:"] for i in all_issues[:8]: lines.append(f"• [{i['type']}] {i.get('file') or i.get('job') or i.get('table') or i.get('pid')}: {i.get('action','')[:60]}") if len(all_issues) > 8: