Počítač je nedosažitelný.

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Toto sledování naznačuje, zda může být počítač testován pomocí příkazu Ping.

Knowledge Base article:

Souhrn

Toto monitorování jednotek vytvoří kritický stav při selhání prezenčního signálu, nelze-li se k počítači připojit pomocí příkazu ping protokolu ICMP.

Tento stav indikuje, že cílová služba System Center Management Health v daném počítači ztratila síťové připojení k nadřazenému serveru pro správu.

Upozorňujeme, že se zobrazí 2 výstrahy, je-li počítač offline:

Jakmile se obnoví připojení k síti a služba System Center Management Health začne vysílat prezenční signál, obě výstrahy se automaticky uzavřou.

Příčiny

Možné příčiny:

Řešení

Při diagnostice a řešení těchto potíží můžete vyzkoušet níže uvedený postup:

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
Při připojování k počítači došlo k chybě.
Počítač {0} nebyl dostupný.
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>