AD DNS Verification Monitor

AD_DNS_Verification.Monitor (UnitMonitor)

Knowledge Base article:

Summary

AD DNS Configuration monitor. This monitor performs various checks on the DNS setup. Individual alerts for a number of issues are reported.

Resolutions

See additional alerts in context of DNS for details.

Element properties:

TargetMicrosoft.Windows.Server.2000.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 incorrectly configured

The Domain Controller's DNS is incorrectly configured. Please refer to Knowledge for details.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_DNS_Verification.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2000Core!Microsoft.Windows.Server.2000.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>120</TimeoutSeconds>
</Configuration>
</UnitMonitor>