Warning Alert on CCMS Event

ozsoft.sap.AlertOnCCMSEventForSAPSystemWarning (Rule)

Generates Warning Alerts on CCMS Event for SAP Systems

Knowledge Base article:

Summary

Generates Warning Alerts from SAP CCMS Event. The CCMS Event is considered Warning if “Value” attribute has value 2 (Yellow)

Configuration

No configuration is required

Causes

N/A

Resolutions

N/A

Element properties:

Targetozsoft.sap.System
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.SdkEventProvider Default
FilterCCMS ConditionDetection ozsoft.sap.ConditionDetection.Events.CCMSAlert Default
WriteAction WriteAction ozsoft.sap.CCMAlertWriteAction Default

Source Code:

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