Background Job Runtime+Delay

ozsoft.sap.Monitor.Job.DelayAndRuntime (UnitMonitor)

SAP Background Job Runtime+Delay (sec)

Element properties:

Targetozsoft.sap.Job
Parent MonitorSystem.Health.PerformanceState
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.CCMSMetricMonitorType2
RemotableTrue
AccessibilityPublic
Alert Message
Background Job Delay
Background Job (User: {0}) Runtime+Delay is {1} seconds
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.Monitor.Job.DelayAndRuntime" Accessibility="Public" Enabled="false" Target="ozsoft.sap.Job" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.Monitor.Job.DelayAndRuntime.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="SDKMetricUnderLowThreshold" HealthState="Success"/>
<OperationalState ID="Between" MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold" HealthState="Warning"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverHighThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>Delay+Runtime</CounterName>
<ObjectName>Job</ObjectName>
<Frequency>60</Frequency>
<HighThreshold>900</HighThreshold>
<LowThreshold>240</LowThreshold>
</Configuration>
</UnitMonitor>