<?xml version="1.0" encoding="UTF-8"?>
<dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <layout>DashboardLayoutOneCol</layout>
  <title>UI:IncidentMgmtMenuOverview:Title</title>
  <cells xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <cell id="0">
      <rank>0</rank>
      <dashlets>
        <dashlet id="serviceprops" xsi:type="DashletIFrame">
          <rank>0</rank>
          <url>https://itop-dev.inventor-e.co.uk/nagios/cgi-bin/status.cgi?host=all&amp;type=detail&amp;hoststatustypes=3&amp;serviceprops=10&amp;servicestatustypes=28</url>
          <width>2500</width>
          <height>500</height>
        </dashlet>
        <dashlet id="hostprops" xsi:type="DashletIFrame">
          <rank>1</rank>
          <url>https://itop-dev.inventor-e.co.uk/nagios/cgi-bin/status.cgi?hostgroup=all&amp;style=hostdetail&amp;hoststatustypes=12&amp;hostprops=42
</url>
          <width>2500</width>
          <height>500</height>
        </dashlet>
        <dashlet id="incidents14days" xsi:type="DashletGroupByBars">
          <rank>2</rank>
          <title>Incidents In Last 14 days</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 14 DAY) &lt; start_date</query>
          <group_by>start_date:day_of_month</group_by>
          <style>bars</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>attribute</order_by>
          <order_direction>asc</order_direction>
        </dashlet>
        <dashlet id="incidentsbycategory" xsi:type="DashletGroupByPie">
          <rank>3</rank>
          <title>Open Incidents by Category</title>
          <query>SELECT Incident WHERE status != 'closed'</query>
          <group_by>servicesubcategory_name</group_by>
          <style>pie</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>attribute</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
        <dashlet id="incidentsinlastmonth" xsi:type="DashletObjectList">
          <rank>4</rank>
          <title>Incidents In The Last Month</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date</query>
          <menu>false</menu>
        </dashlet>
        <dashlet id="nagiosextinfo" xsi:type="DashletIFrame">
          <rank>5</rank>
          <url>https://itop-dev.inventor-e.co.uk/nagios/cgi-bin/extinfo.cgi?type=3</url>
          <width>2500</width>
          <height>500</height>
        </dashlet>
      </dashlets>
    </cell>
  </cells>
</dashboard>
