Failed System Connections

ozsoft.sap.Monitor.SAPConnector.FailedSystems (UnitMonitor)

SAP Connector Failed System Connections Monitor

Knowledge Base article:

Summary

Number of SAP Systems the Connector failed to connect

Configuration

See User's Guide for configuration instructions

Causes

Incorrect configuration or SAP System is not available

Resolutions

Analyse alerts and depending on the actual reason eithre correct the configuration errors or contact your Basis administrator

Element properties:

Targetozsoft.sap.Connector
Parent MonitorSystem.Health.AvailabilityState
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.CCMSMetricMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SAP Connector failed to connect to SAP Systems
SAP Connector on {0} failed to connect to {1} system(s)
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.Monitor.SAPConnector.FailedSystems" Accessibility="Public" Enabled="true" Target="ozsoft.sap.Connector" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.Monitor.SAPConnector.FailedSystems.AlertMessageResourceID">
<AlertOnState>Warning</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="SDKMetricUnderThreshold" HealthState="Success"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverThreshold" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<CounterName>Failed</CounterName>
<ObjectName>SAPSystems</ObjectName>
<Frequency>60</Frequency>
<Threshold>1</Threshold>
</Configuration>
</UnitMonitor>