Computador Não Acessível

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Este monitor indica se é possível executar o ping num computador.

Knowledge Base article:

Resumo

Este monitor de unidade gera um estado crítico em caso de falha de Heartbeat, se não for possível contactar o computador através de um ping ICMP.

Esta é uma indicação de que o Serviço de Integridade de Gestão do System Center de destino nesse computador perdeu a ligação de rede ao respetivo Servidor de Gestão principal.

Note que, quando o computador está offline, são apresentados 2 alertas:

Quando a conetividade de rede do computador é restaurada e o Serviço de Integridade de Gestão do System Center começa a efetuar o heartbeat, ambos os alertas são fechados automaticamente.

Causas

Tal pode dever-se a:

Resoluções

Pode tentar os seguintes passos para diagnosticar e retificar 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 Ligar 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>