Generates Warning Alerts on CCMS Event for SAP Systems
Generates Warning Alerts from SAP CCMS Event. The CCMS Event is considered Warning if “Value” attribute has value 2 (Yellow)
No configuration is required
N/A
N/A
Target | ozsoft.sap.System |
Category | Alert |
Enabled | True |
Alert Generate | False |
Remotable | True |
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 |
<Rule ID="ozsoft.sap.AlertOnCCMSEventForSAPSystemWarning" Enabled="true" 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>2</AlertValue>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>1</Priority>
<Severity>1</Severity>
</WriteAction>
</WriteActions>
</Rule>