{{k}}

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