État de l'interface (accès au service)

System.NetworkManagement.ServiceAccessPoint.NetworkAdapterStatus (DependencyMonitor)

Moniteur de dépendances qui cumule les états d'intégrité des instances d'interface.

Knowledge Base article:

Résumé

Le moniteur indique l'état d'intégrité d'une interface avec un point d'accès au service en couche. Ce moniteur peut présenter deux états :

Causes

Une ou plusieurs interfaces utilisées par ce service sont dans un état non intègre.

Résolutions

Utilisez l'outil Explorateur d'intégrité pour déterminer les interfaces qui sont dans un état non intègre et résoudre le problème.

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
Interface de service non intègre
Une ou plusieurs interfaces de {0} se trouvent dans un état non intègre. Utilisez l'Explorateur d'intégrité pour un dépannage plus approfondi de ce problème.

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>