Health Check Report - Alerts - Top 20 Alerts

SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.Top20Alerts (Report)

Knowledge Base article:

Summary

This Report shows the top 20 alerts on specific resolution state and time period. It is queried from the DataWarehouse Database.

Columns Description:

Parameters:

Date/Time Selection: Allows defining a time period for the report with relative or fixed dates.

Resolution State ID: Allows selection of a Resolution State.

Sample Usage:

Open the report and define the start date and end date. Select the resolution state you want to run the report on and run the report. It will show all alerts by specific account between the start and end date.

Element properties:

AccessibilityPublic
VisibleTrue

Source Code:

<Report ID="SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.Top20Alerts" Accessibility="Public" Visible="true" Target="System!System.Entity">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="6">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="2" columnSpan="2">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>DWLIB!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>DWLIB!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>DWLIB!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Res.SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.Top20Alerts</ReportDefinition>
</Report>