Critical Alert on CCMS Event

ozsoft.sap.AlertOnCCMSEventForSAPSubComponentCritical (Rule)

Generates Critical Alerts on CCMS Event for SAP Sub-Component

Element properties:

Targetozsoft.sap.SubComponent
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.AlertOnCCMSEventForSAPSubComponentCritical" Enabled="true" Target="ozsoft.sap.SubComponent" 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>1</AlertValue>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>