Integridade de Serviço Cliente DNS

Microsoft.Windows.Client.Vista.OperatingSystem.DNSClientServiceHealth (UnitMonitor)

Monitora a integridade do serviço do Windows para o Cliente DNS

Knowledge Base article:

Resumo

O serviço Cliente DNS resolve e armazena em cache os nomes DNS (Sistema de Nome de Domínio). Se esse serviço for parado, um computador não poderá resolver os nomes DNS e localizar controladores de domínio do Active Directory.

Causas

Um serviço pode parar por muitos motivos, incluindo:

Resoluções

É possível reiniciar o serviço com o snap-in de Serviços, que pode ser acessado por meio da tarefa do Console de Gerenciamento do Computador:

Iniciar o Console de Gerenciamento do Computador

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serviço DNS Parado
O serviço DNS no cliente {0} parou
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Vista.OperatingSystem.DNSClientServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Vista.OperatingSystem.DNSClientServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>DNSCache</ServiceName>
</Configuration>
</UnitMonitor>