Microsoft Windows Server DNS 영역 NSLookup

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

NSLookup을 사용하여 로컬 호스트의 영역을 테스트합니다.

Knowledge Base article:

요약

Localhost에서 영역에 대한 쿼리를 시도합니다.

구성

간격(초): 이 모니터가 NSLOOKUP을 수행하는 간격입니다.

스크립트 시간 제한(초): SCOM이 스크립트를 종료하기 전에 실행하도록 허용하는 총 시간입니다.

쿼리 시간 제한(초): NSLOOKUP의 -timeout 옵션에 사용됩니다.

쿼리 유형: NSLOOKUP의 -querytype 유형에 사용됩니다. 허용 가능한 값: A, CNAME, PTR, NS 또는 SOA.

호스트 이름: NSLOOKUP에서 확인되는 호스트 레코드입니다.

서버: NSLOOKUP에서 쿼리를 전달해야 하는 대상 서버입니다.

신뢰할 수 없는 항목 허용: SCOM이 NSLOOKUP에 대한 신뢰할 수 없는 응답을 허용할지 여부를 나타냅니다.

원인

NSLOOKUP이 영역 이름을 확인하지 못했습니다.

해결 방법

영역이 시작되고 DNS 서비스가 시작되었는지 확인하십시오.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - 영역의 NS 레코드에 대해 NSLookup 실패

영역: {0} 서버: {1} 경고는 모니터 내부의 실패를 나타냅니다.
위험은 NSLookup이 실패했음을 나타냅니다.

자세한 내용은 상태 탐색기를 참조하십시오.
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.Zone.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Zone" 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.Zone.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdebf86afdf7e54ef2ba2e4cb6e459cb34" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIda10eb60a16594b7babecb1d6daa959b2" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdd6219920ddd945b59cd46731d932cffe" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>902</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>NS</QueryType>
<HostName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$.</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>