feat(iwooos): commit wazuh manager registry accepted readback [skip ci]
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user