The cluster will be restarted The manager will be restarted
Cancel Confirm Confirm
{{ctrl.clusterError}}

{{daemon.key}}

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