網路連線介面健全狀況

System.NetworkManagement.NetworkConnection.NetworkConnectionRollup (DependencyMonitor)

可彙總內含介面之健全狀況的相依性監視

Knowledge Base article:

摘要

此相依性監視會彙總受監視介面的連線狀態。此監視有兩種可能的狀態:

原因

如果網路連線的一或多個介面具有狀況不良的狀態,此監視便會顯示警告。

解決方式

請使用健全狀況總管判斷中斷連線介面的狀態,並解決問題。

Element properties:

TargetSystem.NetworkManagement.NetworkConnection
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipSystem.NetworkManagement.NetworkConnectionConnectedToNetworkAdapter
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
一或多個網路連線介面狀況不良
{0} 的一或多個介面處於狀況不良狀態。

Source Code:

<DependencyMonitor ID="System.NetworkManagement.NetworkConnection.NetworkConnectionRollup" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.NetworkConnection" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.NetworkConnectionConnectedToNetworkAdapter" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.NetworkConnection.NetworkConnectionRollup.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>