Critical Alert on CCMS Event

ozsoft.sap.AlertOnCCMSEventForSAPSystemCritical (Rule)

Generates Critical Alerts on CCMS Event for SAP Systems

Knowledge Base article:

Summary

Generates Critical Alerts from SAP CCMS Event. The CCMS Event is considered Critical if “Value” attribute has value 3 (Red)

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 ozsoft.sap.TargetEntityCCMSAlertDataProvider Default
WriteAction WriteAction ozsoft.sap.CCMAlertWriteAction Default

Source Code:

<Rule ID="ozsoft.sap.AlertOnCCMSEventForSAPSystemCritical" Enabled="true" Target="ozsoft.sap.System" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="ozsoft.sap.TargetEntityCCMSAlertDataProvider">
<AlertValue>1</AlertValue>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>