Health Check Report - Alerts - Total Daily

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

Knowledge Base article:

Summary

This Report shows the Total alerts generated per day alerts on specific resolution state and time period. It is queried from the DataWarehouse Database.

Columns Description: (There are 3 columns Total Alerts, Monitor Alerts and Rule Alerts)

Parameters:

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

Sample Usage:

Open the report and define the start date and end date and run the report. It will show all alerts per day for specific Alerts generated by monitors / Rules and total between the start and end date.

Element properties:

AccessibilityPublic
VisibleTrue

Source Code:

<Report ID="SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Alerts.TotalAlertsPerDay" 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.TotalAlertsPerDay</ReportDefinition>
</Report>