ネットワーク アダプターの接続のヘルス

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

ネットワーク アダプターの接続のヘルスを監視します。

Knowledge Base article:

概要

このモニターは、ネットワーク アダプターがネットワークから切断され、ネットワークに接続していないことを Windows® が検出すると、アラートを生成します。

コンピューターに取り付けられているネットワーク アダプターが 1 つである場合、このアラートはネットワーク接続が再確立された後に届きます。この場合は、アラートは到着した時点で解決しています。

コンピューターに複数のネットワーク アダプターが取り付けられている場合は、該当アダプターのネットワーク接続が再確立される前にこのアラートが届く場合があります。ただし、対象のコンピューターに別のアダプターが取り付けられていても、リモート クライアントやアプリケーションがそのコンピューターのリソースにアクセスしにくい状態が続くことがあります。また、ローカル コンピューターは一部のネットワーク リソースにアクセスできない場合があります。

原因

コンピューターのネットワーク アダプターがネットワークとの接続を失いました。

アダプターのネットワーク接続は、ネットワーク アダプターからネットワーク ケーブルが取り外されるか、モバイル システム使用中にワイヤレス アクセス ポイント間を移動すると失われることがあります。それ以外に考えられる原因としては、ネットワークに関する問題、ファイアウォールに関する問題、ネットワーク アダプター、ドライバーの故障などがあります。

解決方法

コンピューターとネットワークがケーブルで接続されている場合は、ケーブルが正しく差し込まれていることを確認します。ワイヤレス ネットワーク接続を使用している場合は、ワイヤレス信号があることと、ワイヤレス ネットワークの資格情報が正しいことを確認します。

ネットワーク接続が正常に動作している場合は、次の考えられる原因について確認し、修正処置を行います。

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>