AD DNS 확인 모니터

AD_DNS_Verification.Monitor (UnitMonitor)

Knowledge Base article:

요약

AD DNS 구성 모니터입니다. 이 모니터는 DNS 설정을 다각도로 검사합니다. 여러 문제에 대한 개별 경고가 보고됩니다.

해결 방법

자세한 내용은 DNS 컨텍스트의 추가 경고를 참조하십시오.

Element properties:

TargetMicrosoft.Windows.Server.2003.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가 잘못 구성됨

도메인 컨트롤러의 DNS가 잘못 구성되었습니다. 자세한 내용은 기술 자료를 참조하십시오.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_DNS_Verification.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.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>