Alert on SAP Connector Warning

ozsoft.sap.AlertOnConnectorWarning (Rule)

Generates Warning Alerts on SAP Connector Warning Events

Knowledge Base article:

Summary

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

Configuration

No configuration is required

Causes

N/A

Resolutions

N/A

Element properties:

Targetozsoft.sap.Connector
CategoryAlert
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<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>