Microsoft Windows Server DNS GlobalNames NSLookup

Microsoft.Windows.Server.DNS.GlobalNames.NSLookup (UnitMonitor)

默认情况下禁用。

Knowledge Base article:

摘要

此监视器会检查是否存在基于全局名称 NSLookUp 的 Windows Server DNS。

配置

间隔秒数:此监视器执行 NSLOOKUP 的时间间隔。

脚本超时秒数:SCOM 终止脚本前,允许脚本运行的总时间。

查询超时秒数:用于 NSLOOKUP 的 -timeout 选项。

查询类型:用于 NSLOOKUP 的 -querytype 选项。 可接受下列值:A、CNAME、PTR、NS 或 SOA。

主机名:将由 NSLOOKUP 解析的主机记录。

服务器:NSLOOKUP 应将查询指向的服务器。

接受非权威:SCOM 是否应接受对 NSLOOKUP 的非权威响应。

原因

NSLOOKUP 无法解析主机名。

解决方案

确保 GlobalNames 区域中存在 CNAME 记录且其引用的 A 记录有效。

其他

默认情况下,此监视器已禁用。 启用监视器之前,请确保与试图解析的主机名称相匹配的 GlobalNames 区域中存在 CNAME 记录。

外部

http://technet.microsoft.com/en-us/library/cc816610(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone.Global
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - GlobalNames NSLookup 失败
“警告”表示监视器内部发生故障。
“严重”表示 NSLookup 失败。

请参阅运行状况资源管理器以了解详细信息。
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.GlobalNames.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone.Global" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.GlobalNames.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId2e9fa13822f445ffb398f55d314ebe09" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdf73958a4b65c4320aba7088fb09d9f0c" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdfbc80dcc4dd9448ba2046e51abbc23b0" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>CNAME</QueryType>
<HostName>PlaceHolder</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>