SAP Connector CCMS Alert Insertion Rate Monitor
Number of CCMS Alerts retrieved from all connected SAP Systems and inserted into Operations Manager as Events
Use SAP transaction RZ20 to configure CCMS Monitors
Too many events inserted can cause a performance degradation in Operations Manager. The large numbers ov CCMS alerts typically indicates an incorrect CCMS Monitor configuration on the SAP side.
Configure SAP CCMS Monitors to include only relevant CCMS Alerts
Target | ozsoft.sap.Connector | ||
Parent Monitor | System.Health.PerformanceState | ||
Category | Operations | ||
Enabled | True | ||
Alert Generate | True | ||
Alert Severity | MatchMonitorHealth | ||
Alert Priority | Normal | ||
Alert Auto Resolve | True | ||
Monitor Type | ozsoft.sap.CCMSMetricMonitorType2 | ||
Remotable | True | ||
Accessibility | Public | ||
Alert Message |
| ||
RunAs | Default |
<UnitMonitor ID="ozsoft.sap.Monitor.SAPConnector.AlertRate" Accessibility="Public" Enabled="true" Target="ozsoft.sap.Connector" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.Monitor.SAPConnector.AlertRate.AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/InstanceName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="SDKMetricUnderLowThreshold" HealthState="Success"/>
<OperationalState ID="Between" MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold" HealthState="Warning"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverHighThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>Count</CounterName>
<ObjectName>CCMSAlerts</ObjectName>
<Frequency>120</Frequency>
<HighThreshold>500</HighThreshold>
<LowThreshold>100</LowThreshold>
</Configuration>
</UnitMonitor>