Informational Alert on SAP Connector Events

ozsoft.sap.AlertOnConnectorInfo (Rule)

Generates Informational Alerts on SAP Connector Info Events

Knowledge Base article:

Summary

Generates Informational Alerts for SAP Connector. The SAP Connector Informational Events are important but do not 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.AlertOnConnectorInfo" 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>4</EventLevel>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.ConnectorAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>