Alerts Per Day

ODR.Report.AlertsPerDay.LinkedReport (LinkedReport)

Alert per day ODR report

Knowledge Base article:

Summary

How does this report work?

The Alert per Day report shows an overview of all alerts across all Management Packs in one day. The report is a custom report that shows the number of alerts generated per rule or monitor per day within the last week. The report has predefined settings to run with a 7 day recurring date range.

The reports executes automatically as all defaults are predefined.

If you have opted into sending operational data to Microsoft this data will be generated to an xml file and send back to Microsoft. It will be used to improve Management Pack quality.

How to use this report?

If you want to review what data is generated, you can open this report and execute it.

Element properties:

BaseODR.Report.AlertsPerDay
Target
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="ODR.Report.AlertsPerDay.LinkedReport" Accessibility="Public" Visible="true" Base="ODR.Report.AlertsPerDay">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="1">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="2" columnSpan="1">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
<Properties>
<Property name="MaxWidth">
<Value>400</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<Parameters>
<Parameter Name="StartDate_BaseType">
<Value>Today</Value>
</Parameter>
<Parameter Name="StartDate_OffsetType">
<Value>Day</Value>
</Parameter>
<Parameter Name="StartDate_OffsetValue">
<Value>-7</Value>
</Parameter>
<Parameter Name="EndDate_BaseType">
<Value>Today</Value>
</Parameter>
<Parameter Name="EndDate_OffsetType">
<Value>None</Value>
</Parameter>
<Parameter Name="EndDate_OffsetValue">
<Value>0</Value>
</Parameter>
</Parameters>
</LinkedReport>