網路監視逾時

Microsoft.SystemCenter.NetworkManagement.IsExperiencingExcessiveTimeouts (UnitMonitor)

此監視會檢查網路監視是否發生過多的逾時狀況

Knowledge Base article:

摘要

網路監視目標發生過多的逾時狀況。

原因

網路監視逾時可能表示是使用所提供 SNMP 認證、間歇性網路延遲或 SNMP 流量意外發生封鎖情形等問題。

解決方式

檢查並確認您在網路探索期間提供的 SNMP 認證仍有效。確定防火牆規則並未封鎖對進行監視之裝置的 SNMP 存取。如需進行其他疑難排解,請連絡您的網路管理員。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkManagement.IsExperiencingExcessiveTimeouts.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
網路監視發生過多的逾時狀況
網路監視目標發生過多的逾時狀況。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkManagement.IsExperiencingExcessiveTimeouts" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkManagement.IsExperiencingExcessiveTimeouts.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkManagement.IsExperiencingExcessiveTimeouts.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="WithExcessiveTimeouts" MonitorTypeStateID="RepeatedEventRaised" HealthState="Warning"/>
<OperationalState ID="UnderExcessiveTimeouts" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<Count>5</Count>
</Configuration>
</UnitMonitor>