Generates Critical Alerts on SAP Connector Errors
Generates Critical Alerts for SAP Connector Errors. The SAP Connector Errors might indicate situations when SAP Management Pack connector is not functioning properly, requiring the urgent attention
No configuration is required
N/A
N/A
Target | ozsoft.sap.Connector |
Category | Alert |
Enabled | False |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DataSource | DataSource | Microsoft.SystemCenter.SdkEventProvider | Default |
filter | ConditionDetection | ozsoft.sap.ConditionDetection.Events.Connector.Channel.EventLevel | Default |
WriteAction | WriteAction | ozsoft.sap.ConnectorAlertWriteAction | Default |
<Rule ID="ozsoft.sap.AlertOnConnectorError" Enabled="false" Target="ozsoft.sap.Connector" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SC!Microsoft.SystemCenter.SdkEventProvider"/>
</DataSources>
<ConditionDetection ID="filter" TypeID="ozsoft.sap.ConditionDetection.Events.Connector.Channel.EventLevel">
<Channel>ozsoft.sap.Connector</Channel>
<EventLevel>1</EventLevel>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.ConnectorAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>