Stan interfejsu

System.NetworkManagement.NetworkAdapter.Status (AggregateMonitor)

Monitor zbiorczy, który gromadzi informacji o stanie kondycji OperStatus i AdminStatus interfejsu.

Knowledge Base article:

Podsumowanie

Ten monitor to monitor zbiorczy stanu kondycji stanów administracyjnego i operacyjnego monitorowanych interfejsów. Jeśli co najmniej jeden z monitorów podrzędnych ma stan „ostrzeżenie”, ten monitor też będzie miał taki stan.

Przyczyny

Stan ostrzegawczy tego monitora wskazuje na to, że co najmniej jeden z monitorowanych interfejsów jest administracyjnie lub operacyjnie wyłączony albo jego stan jest nieznany lub nieoczekiwany.

Rozwiązania

Użyj Eksploratora kondycji, aby ustalić, który monitor podrzędny powoduje awarię. Aby uzyskać szczegółowe informacje o tej awarii, zobacz artykuł w bazie wiedzy dotyczący monitora, który uległ awarii.

Wartości atrybutów interfejsu AdminStatus i OperStatus są używane do ustalenia stanu interfejsu. Kiedy wartość atrybutu AdminStatus ma dobrą kondycję, stan interfejsu określa wartość atrybutu OperStatus. W innych przypadkach stan interfejsu wskazuje wartość atrybutu AdminStatus.

Element properties:

TargetSystem.NetworkManagement.NetworkAdapter
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Stan interfejsu
Kondycja interfejsu {0} jest zła. Użyj Eksploratora kondycji, aby kontynuować rozwiązywanie tego problemu.

Source Code:

<AggregateMonitor ID="System.NetworkManagement.NetworkAdapter.Status" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.NetworkAdapter.Status.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>