feat(health): pipelines加delivery消息通道字段

This commit is contained in:
xxm
2026-08-21 20:19:19 +08:00
parent b3c2c4f8d9
commit 6577534130
+1
View File
@@ -1080,6 +1080,7 @@ def build_report():
"status": status, "status": status,
"last_run": last_run, "last_run": last_run,
"profile": j.get("profile", "?"), "profile": j.get("profile", "?"),
"delivery": j.get("delivery", "broadcast"), # 消息通道:broadcast/xmpp/both
"output_missing": output_missing, "output_missing": output_missing,
"output_missing_reason": output_missing_reason, "output_missing_reason": output_missing_reason,
}) })