Error Count

ozsoft.sap.host.monitoring.Monitor.J2EE.Process.ErrorCount (UnitMonitor)

SAP J2EE Process Error Count Monitor

Knowledge Base article:

Summary

Monitors J2EE Process Error Count

Element properties:

Targetozsoft.sap.AppServer.JavaProcess
Parent MonitorSystem.Health.AvailabilityState
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.host.monitoring.MonitorType.J2EE.Process.Threshold1
RemotableTrue
AccessibilityPublic
Alert Message
J2EE Process Error Count
J2EE Processs Error Count {0}
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.host.monitoring.Monitor.J2EE.Process.ErrorCount" Accessibility="Public" Enabled="true" Target="OZMP4SAP!ozsoft.sap.AppServer.JavaProcess" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.host.monitoring.MonitorType.J2EE.Process.Threshold1" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.host.monitoring.Monitor.J2EE.Process.ErrorCount.AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="ValueUnderThreshold" HealthState="Success"/>
<OperationalState ID="Over" MonitorTypeStateID="ValueOverThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ObjectName>Process</ObjectName>
<CounterName>ErrorCount</CounterName>
<Interval>120</Interval>
<Threshold>1</Threshold>
</Configuration>
</UnitMonitor>