网络适配器连接运行状况

Microsoft.Windows.Server.10.0.NetworkAdapter.NetworkAdapterConnectionHealth (UnitMonitor)

监视网络适配器连接的运行状况。

Knowledge Base article:

摘要

当 Windows® 检测到网络适配器已与网络断开连接并且不再具有网络连接时,此监视器就会生成警报。

如果计算机只有一个网络适配器,则此警报仅在重新建立网络连接之后到达。在这种情况下,无需任何额外措施即可解决该警报。

如果计算机有多个网络适配器,则警报可能在重新为受影响的适配器建立网络连接之前到达。但是,即使使用其他适配器,远程客户端和应用程序可能仍然难以访问计算机上的资源。此外,本地计算机无法访问某些网络资源。

原因

计算机的网络适配器丢失了网络连接。

如果你从网络适配器上卸下网络电缆,或是使用移动系统在无线访问点之间漫游,网络适配器均可能丢失网络连接。其他可能的原因包括网络问题、防火墙问题、网络适配器或网络适配器驱动程序故障。

解决方法

如果计算机通过电缆连接至网络,请确认电缆已正确插入。如果使用无线网络连接,请确认有无线网络的信号和正确凭据。

如果网络连接工作正常,请检查以下可能的原因并采取纠正措施:

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.NetworkAdapter.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message
网络适配器已断开
名为 {0} 的网络适配器已与网络断开连接
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.NetworkAdapter.NetworkAdapterConnectionHealth" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.NetworkAdapter.Monitortype" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.NetworkAdapter.NetworkAdapterConnectionHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Disconnected" MonitorTypeStateID="Bad" HealthState="Error"/>
<OperationalState ID="Connected" MonitorTypeStateID="Good" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<DeviceName>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DeviceName>
<TimeoutSeconds>300</TimeoutSeconds>
<MonitorMediaDisconnection>false</MonitorMediaDisconnection>
<MonitorDisconnection>true</MonitorDisconnection>
<MonitorHardwareMalfunction>false</MonitorHardwareMalfunction>
</Configuration>
</UnitMonitor>