Generates Critical Alerts on CCMS Event for SAP Component
Generates Critical Alerts Associated with an SAP Component from SAP CCMS Event. The CCMS Event is considered Critical if “Value” attribute has value 3 (Red)
No configuration is required
N/A
N/A
Target | ozsoft.sap.Component |
Category | Alert |
Enabled | True |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DataSource | DataSource | ozsoft.sap.TargetEntityCCMSAlertDataProvider | Default |
WriteAction | WriteAction | ozsoft.sap.CCMAlertWriteAction | Default |
<Rule ID="ozsoft.sap.AlertOnCCMSEventForSAPComponentCritical" Enabled="true" Target="ozsoft.sap.Component" 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>