Generates Informational Alerts on SAP Connector Info Events
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
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.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>