Szybkość reakcji urządzenia sieciowego

System.NetworkManagement.Node.IsResponsive (AggregateMonitor)

Monitor zbiorczy śledzący ogólną szybkość reakcji urządzenia sieciowego na żądania ICMP i SNMP

Knowledge Base article:

Podsumowanie

Ten monitor to monitor zbiorczy, sprawdzający czas odpowiedzi protokołów ICMP lub SNMP. 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 docelowe urządzenie sieciowe nie odpowiada na wiadomości ping ICMP lub SNMP.

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.

Element properties:

TargetSystem.NetworkManagement.Node
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Urządzenie sieciowe nie odpowiada
Urządzenie {0} ({1}) nie odpowiada na żądania ICMP lub SNMP. Użyj Eksploratora kondycji, aby kontynuować rozwiązywanie tego problemu.

Source Code:

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