Microsoft Windows Server DNS İletici IP Adresi Koşullu İletme NSLookup

Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward.NSLookup (UnitMonitor)

İleticinin tek bir hedefini sınar.

Knowledge Base article:

Özet

İzleyici, IP Adresi NSLookUp'u temel alan Windows Server DNS Koşullu İleticisi'ni denetler.

Yapılandırma

Aralık (Saniye): Bu izleyicinin bir NSLOOKUP sınaması gerçekleştirdiği aralıktır.

Betik Zaman Aşımı Saniye Sayısı: SCOM'nin betiği sonlandırmadan önce çalışmasına izin verdiği toplam süredir.

Sorgu Zaman Aşımı Saniye Sayısı: NSLOOKUP'ın -timeout seçeneği için kullanılır.

Sorgu Türü: NSLOOKUP'ın -querytype seçeneği için kullanılır. Uygun değerler şunlardır: A, CNAME, PTR, NS veya SOA.

Konak Adı: NSLOOKUP tarafından çözümlenecek konak kaydıdır.

Sunucu: NSLOOKUP'ın sorguyu yönlendirmesi gereken sunucudur.

Yetkilendirmesiz Kabul: SCOM'nin NSLOOKUP'a verilen Yetkilendirmesiz bir yanıtı kabul edip etmeyeceğini belirler.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2016.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId0b6828683db34a4e9e1938805ddfa65c" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId1e848457f70e4a2ebdf77baa20da7ce3" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId3c70e432f40743b3a1b9a9b1d019a6ad" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>908</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>$Target/Host/Property[Type="Microsoft.Windows.DNSServer.2016.Forwarder"]/DomainName$.</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>