AD DNS 驗證監視

AD_DNS_Verification.Monitor (UnitMonitor)

Knowledge Base article:

摘要

AD DNS 設定監視。此監視會對 DNS 設定執行各種檢查。針對多項問題分別報告警示。

解決方式

請參閱 DNS 內容中的其他警示以取得詳細資料。

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 設定不正確

網域控制站的 DNS 設定不正確。請參閱知識庫的詳細資料。
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>