인터페이스 상태(서비스 액세스)

System.NetworkManagement.ServiceAccessPoint.NetworkAdapterStatus (DependencyMonitor)

인터페이스 인스턴스의 상태를 롤업하는 종속성 모니터입니다.

Knowledge Base article:

요약

이 모니터는 인터페이스를 통해 계층화된 서비스 액세스 지점이 있는 인터페이스의 상태를 나타냅니다. 이 모니터에서 가능한 두 가지 상태는 다음과 같습니다.

원인

이 서비스에 사용되는 하나 이상의 인터페이스가 비정상 상태입니다.

해결 방법

비정상 상태의 인터페이스를 확인하고 문제를 해결하려면 상태 탐색기를 사용하십시오.

Element properties:

TargetSystem.NetworkManagement.ServiceAccessPoint
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipSystem.NetworkManagement.ServiceAccessPointLayeredOverNetworkAdapter
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
서비스 인터페이스가 비정상 상태임
하나 이상의 {0} 인터페이스가 비정상 상태입니다. 이 문제를 해결하려면 상태 탐색기를 사용하십시오.

Source Code:

<DependencyMonitor ID="System.NetworkManagement.ServiceAccessPoint.NetworkAdapterStatus" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.ServiceAccessPoint" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.ServiceAccessPointLayeredOverNetworkAdapter" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.ServiceAccessPoint.NetworkAdapterStatus.AlertMessage">
<AlertOnState>Error</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>
</DependencyMonitor>