Info Alert on CCMS Event

ozsoft.sap.AlertOnCCMSEventForSAPSystemInfo (Rule)

Generates Info Alerts on CCMS Event for SAP Systems

Knowledge Base article:

Summary

Generates Info Alerts 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.System
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.AlertOnCCMSEventForSAPSystemInfo" Enabled="false" 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>4</AlertValue>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>