Computador Inacessível

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Este monitor indica se é possível executar ping em um computador.

Knowledge Base article:

Resumo

Esse monitor de unidade gerará um estado crítico na falha de pulsação se o computador não puder ser acessado por meio de um ping ICMP.

Essa é uma indicação de que o serviço de integridade System Center Management de destino, nesse computador, perdeu a conectividade de rede com seu servidor de gerenciamento pai.

Observe que você verá 2 alertas quando o computador estiver offline:

Quando a conectividade do computador com a rede for restaurada e o serviço de integridade do System Center Management começar a gerar pulsações, ambos os alertas serão automaticamente fechados.

Causas

Isso pode ser causado por:

Resoluções

Você pode tentar o seguinte para diagnosticar e solucionar este problema:

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
Falha ao Conectar-se ao Computador
O computador {0} não estava acessível.
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>