Health Check Report - Alerts - Per User Count

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

Knowledge Base article:

Summary

This Report shows the Count of alerts defined by date and Resolution State. 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: Allows selection the resolution state of the alerts.

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 with a specific resolution state between the start and end date.

Element properties:

AccessibilityPublic
VisibleTrue

Source Code:

<Report ID="SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.PerUserCount" 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>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.CheckedListBox" rowSpan="1" columnSpan="1">
<ReportParameters>
<ReportParameter name="ResolutionState">
<Prompt>SystemCenter.Operations.Manager.Health.Check.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.ResolutionState</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Res.SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.PerUserCount</ReportDefinition>
</Report>