Management / Status
Status Check the status of all Wazuh manager daemons

{{k}}

Total agents: {{mst.agentsCountTotal}}
Active: {{mst.agentsCountActive}}
Disconnected: {{mst.agentsCountDisconnected}}
Never connected: {{mst.agentsCountNeverConnected}}
Agents coverage: {{(mst.agentsCoverity | number:2)}}% 0%
Manager information
Version {{mst.managerInfo.version ? mst.managerInfo.version : '-'}}
Compilation date {{mst.managerInfo.compilation_date ? mst.managerInfo.compilation_date : '-'}}
Installation path {{mst.managerInfo.path ? mst.managerInfo.path : '-'}}
Installation type {{mst.managerInfo.type ? mst.managerInfo.type : '-'}}
Agents limit {{mst.managerInfo.max_agents ? mst.managerInfo.max_agents : '-'}}
OpenSSL Support {{mst.managerInfo.openssl_support ? mst.managerInfo.openssl_support : '-'}}
Total rules {{mst.totalRules ? mst.totalRules : '-'}}
Total decoders {{mst.totalDecoders ? mst.totalDecoders : '-'}}
Last registered agent
Name {{mst.agentInfo.name ? mst.agentInfo.name : '-'}}
ID {{mst.agentInfo.id ? mst.agentInfo.id : '-'}}
Status {{mst.agentInfo.status ? mst.agentInfo.status : '-'}}
IP Address {{mst.agentInfo.ip ? mst.agentInfo.ip : '-'}}
Date add {{mst.agentInfo.dateAdd ? mst.agentInfo.dateAdd : '-'}}
Version {{mst.agentInfo.version ? mst.agentInfo.version : '-'}}
Last keep alive {{mst.agentInfo.lastKeepAlive ? mst.agentInfo.lastKeepAlive : '-'}}
Operating system {{mst.agentInfo.os.name ? mst.agentInfo.os.name + mst.agentInfo.os.version : mst.agentInfo.os.uname ? mst.agentInfo.os.uname : '-'}}