2016-07-06 14:36:29 +00:00
< div >
< ul class = "wazuh-submenu" >
< li > < a href = "/app/wazuh#/manager" > Overview< / a > < / li >
< li > < a href = "/app/wazuh#/manager/osseclog" > OSSEC Logs< / a > < / li >
< li class = "active" > < a > Metrics< / a > < / li >
< / ul >
< / div >
2016-07-07 09:24:16 +00:00
< div class = "container" ng-controller = "kibanaIntegrationController" >
2016-07-12 19:07:22 +00:00
< h2 class = "container_page_title" > Metrics< / h2 >
2016-07-06 14:36:29 +00:00
< div style = "margin-bottom: 25px;" >
< label style = "font-weight: bold;" > Count of restarts last 7 days < a ng-href = "{{getVisualization('ManagerRestarts', '', 'from:now-7d,mode:quick,to:now', true)}}" target = "_blank" > < span class = "glyphicon glyphicon-share" > < / span > < / a > < / label >
< iframe ng-src = "{{getVisualization('ManagerRestarts', '', 'from:now-7d,mode:quick,to:now', false)}}" height = "350" width = "100%" > < / iframe >
< label style = "font-weight: bold;" > New agents connections < a ng-href = "{{getVisualization('AgentsConnected', '', 'from:now-7d,mode:quick,to:now', true)}}" target = "_blank" > < span class = "glyphicon glyphicon-share" > < / span > < / a > < / label >
< iframe ng-src = "{{getVisualization('AgentsConnected', '', 'from:now-7d,mode:quick,to:now', false)}}" height = "350" width = "100%" > < / iframe >
< / div >
< / div >