Warning Alert on CCMS Event (Suppressed)

ozsoft.sap.alerts.AlertOnCCMSEventForSAPSystemWarning.Suppressed (Rule)

Generates Suppressed Warning Alerts on CCMS Event for SAP Systems

Knowledge Base article:

Summary

OZSoft SAP Management Pack Add-On rule for de-duplicated (suppressed) CCMS Alerts

Configuration

The SAP Management Pack configuration allows for selective alert suppression

A configuration parameter can contain a list of Regex values that matched against alert ObjectName and FieldName properties. If an alert is matching one of the Regex values the alert is marked as "Unique" and this rule will handle it ignoring teh suppression criteria

Please refer to the Users's Guide for the instructions

Element properties:

Targetozsoft.sap.System
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSource DataSource Microsoft.SystemCenter.SdkEventProvider Default
FilterCCMS ConditionDetection ozsoft.sap.ConditionDetection.Events.CCMSAlert.Unique Default
WriteAction WriteAction ozsoft.sap.alerts.WriteAction.CCMSAlert.Suppressed Default

Source Code:

<Rule ID="ozsoft.sap.alerts.AlertOnCCMSEventForSAPSystemWarning.Suppressed" Enabled="true" Target="OZMP4SAP!ozsoft.sap.System" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="SdkDataSource" TypeID="SC!Microsoft.SystemCenter.SdkEventProvider"/>
</DataSources>
<ConditionDetection ID="FilterCCMS" TypeID="OZMP4SAP!ozsoft.sap.ConditionDetection.Events.CCMSAlert.Unique">
<AlertValue>2</AlertValue>
<Unique>false</Unique>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.alerts.WriteAction.CCMSAlert.Suppressed">
<Priority>1</Priority>
<Severity>1</Severity>
</WriteAction>
</WriteActions>
</Rule>