Komputer nieosiągalny

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Ten monitor wskazuje, czy komputer jest osiągalny za pomocą polecenia ping.

Knowledge Base article:

Podsumowanie

Ten monitor jednostek generuje stan krytyczny w razie niepowodzenia pulsu, jeśli nie można skontaktować się z komputerem za pomocą polecenia ping protokołu ICMP.

Wskazuje to, że docelowa usługa System Center Management Health na tym komputerze straciła łączność sieciową z nadrzędnym serwerem zarządzania.

Gdy komputer jest w trybie offline, wyświetlane są dwa alerty:

Po przywróceniu łączności sieciowej komputera i wznowieniu pulsu usługi System Center Management Health oba alerty zostaną automatycznie zamknięte.

Przyczyny

Możliwe przyczyny:

Rozwiązania

Aby zdiagnozować i rozwiązać ten problem, można spróbować wykonać następujące czynności:

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Nie można połączyć z komputerem
Komputer {0} był niedostępny.
Commentthis is aggregate monitor which has no contributors (that being regular unit monitors)

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ComputerDown" Comment="this is aggregate monitor which has no contributors (that being regular unit monitors)" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="High">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ComputerDown.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>