feat(iwooos): commit wazuh manager registry accepted readback [skip ci]

This commit is contained in:
Your Name
2026-06-28 08:44:53 +08:00
parent b170383463
commit d4c2cc6e20
14 changed files with 191 additions and 128 deletions

View File

@@ -183,10 +183,25 @@ def load_latest_iwooos_runtime_security_readback(
"lanes": [
_lane(
"wazuh_registry",
"blocked_waiting_manager_registry",
0,
"locked",
"管理器清單交叉驗收",
(
"manager_registry_readback_accepted_runtime_gate_closed"
if _int(wazuh_summary.get("manager_registry_accepted_count"))
>= _int(wazuh_summary.get("expected_host_scope_count"))
else "blocked_waiting_manager_registry"
),
(
35
if _int(wazuh_summary.get("manager_registry_accepted_count"))
>= _int(wazuh_summary.get("expected_host_scope_count"))
else 0
),
(
"steady"
if _int(wazuh_summary.get("manager_registry_accepted_count"))
>= _int(wazuh_summary.get("expected_host_scope_count"))
else "locked"
),
"管理器清單交叉驗收已讀回runtime gate 仍關閉",
{
"expected_hosts": wazuh_summary.get("expected_host_scope_count", 0),
"transport_observed": wazuh_summary.get("manager_transport_established_connection_count", 0),