Info Alert on CCMS Event

ozsoft.sap.AlertOnCCMSEventForSAPComponentInfo (Rule)

Generates Info Alerts on CCMS Event for SAP Component

Knowledge Base article:

Summary

Generates Info Alerts Associated with an SAP Component from SAP CCMS Event. The CCMS Event is considered Informational if “Value” attribute has value 1 (Green)

Configuration

The Rule is disabled by default. If you would like to generate Info alerts you can enable this rule.

Causes

N/A

Resolutions

N/A

Element properties:

Targetozsoft.sap.Component
CategoryAlert
EnabledFalse
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.AlertOnCCMSEventForSAPComponentInfo" Enabled="false" Target="ozsoft.sap.Component" 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>4</AlertValue>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>