Bilgisayara Ulaşılamıyor

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Bu izleyici bilgisayara ping atılıp atılamadığını belirtir.

Knowledge Base article:

Özet

Bu birim izleyicisi Sinyal hatası durumunda bilgisayara ICMP pingi atılarak erişilemediğinde kritik durum oluşturur.

Bu bilgisayardaki hedef System Center Yönetim Sistem Durumu Hizmetinin kendi üst Yönetim Sunucusu ile bağlantısının kesildiğini belirtir.

Bilgisayar çevrimdışı olduğunda 2 uyarı görüleceğini unutmayın:

Bilgisayarın ağ bağlantısı geri yüklendiğinde ve System Center Yönetim Sistem Durumu Hizmeti sinyal göndermeye başladığında, her iki uyarı da otomatik olarak kapanır.

Nedenler

Bunun nedeni şu olabilir:

Çözümlemeler

Bu sorunu tanılamak ve çözmek için aşağıdakileri deneyebilirsiniz:

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
Bilgisayara Bağlanılamadı
{0} bilgisayarı erişilebilir değil.
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>