Latency Monitor

OpsLogix.IMP.Ping.LatencyMonitor (UnitMonitor)

Knowledge Base article:

Summary

This monitor verifies if the response times of the pings are too high.

Causes

The cause for the high response times may be:

Element properties:

TargetOpsLogix.IMP.Ping.Target
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeOpsLogix.IMP.Ping.LatencyMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
High Latency
The target "{0}" ping response time is {1}.
RunAsDefault

Source Code:

<UnitMonitor ID="OpsLogix.IMP.Ping.LatencyMonitor" Accessibility="Internal" Enabled="false" Target="OpsLogix.IMP.Ping.Target" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="OpsLogix.IMP.Ping.LatencyMonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="OpsLogix.IMP.Ping.LatencyMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIddea1bd98fe644f88b762beea5a77b7ff" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId1b417fc8bdd0419d9c284300056b0911" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId7deafdd920104a989370aa759e6a1360" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>60</Interval>
<MaxHealthy>30</MaxHealthy>
<MaxWarning>250</MaxWarning>
<NumAveragedSamples>3</NumAveragedSamples>
</Configuration>
</UnitMonitor>