Generates Info Alerts on CCMS Event for SAP Systems
Generates Info Alerts from SAP CCMS Event. The CCMS Event is considered Informational if “Value” attribute has value 1 (Green)
The Rule is disabled by default. If you would like to generate Info alerts you can enable this rule.
N/A
N/A
Target | ozsoft.sap.System |
Category | Alert |
Enabled | False |
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.AlertOnCCMSEventForSAPSystemInfo" Enabled="false" Target="ozsoft.sap.System" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="ozsoft.sap.TargetEntityCCMSAlertDataProvider">
<AlertValue>4</AlertValue>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>