Kondycja serwera DNS

Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck (UnitMonitor)

Monitoruje kondycję usługi systemu Windows: Serwer DNS

Knowledge Base article:

Podsumowanie

Monitoruje, czy na tym kontrolerze domeny działa usługa Serwer DNS. Ta usługa umożliwia klientom DNS rozpoznawanie nazw DNS, odpowiadając na kwerendy DNS i żądania dynamicznych aktualizacji DNS.

Jeśli usługa jest zatrzymana, aktualizacje DNS nie następują.

Przyczyny

Usługa Serwer DNS nie jest uruchomiona.

Rozwiązania

Sprawdź, czy usługa Serwer DNS ma ustawione uruchamianie automatyczne i działa.

Sprawdź dziennik zdarzeń usługi Serwer DNS, by upewnić się, że działa ona prawidłowo.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainController.DNS
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Usługa Serwer DNS nie jest uruchomiona
Usługa Serwer DNS nie jest uruchomiona.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainController.DNS" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.DNS.ServiceCheck.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>dns</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>