Monitor AD DNS-verificatie

AD_DNS_Verification.Monitor (UnitMonitor)

Knowledge Base article:

Samenvatting

Monitor AD DNS-configuratie. Deze monitor voert diverse controles uit op de DNS-setup. Er zijn afzonderlijke waarschuwingen voor een aantal problemen gemeld.

Oplossingen

Zie extra waarschuwingen in het kader van de DNS voor meer informatie.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAD_DNS_Verification.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

DNS is onjuist geconfigureerd

De DNS van de domeincontroller is onjuist geconfigureerd. Raadpleeg Kennis voor meer informatie.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_DNS_Verification.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="AD_DNS_Verification.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_DNS_Verification.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="DNSOK" MonitorTypeStateID="DNSOK" HealthState="Success"/>
<OperationalState ID="DNSError" MonitorTypeStateID="DNSError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>84600</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>