Generates Warning Alerts on SAP Connector Warning Events
Generates Warning Alerts for SAP Connector. The SAP Connector Informational Events are important and might indicate the situations when SAP Management Pack connector is not functioning properly
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.AlertOnConnectorWarning" 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>2</EventLevel>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.ConnectorAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>