Microsoft Windows Server DNS İletici Koşullu İletme Localhost NSLookup

Microsoft.Windows.Server.DNS.Forwarder.Conditional.Forward.Localhost.NSLookup (UnitMonitor)

Localhost karşısında NSLookup sınaması gerçekleştirilerek iletici sınanıyor.

Knowledge Base article:

Özet

Bu izleyici, NSLookUp'u temel alan Windows Server DNS Koşullu İleticisi'ni denetler.

Yapılandırma

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

Kod zaman Aşımı Saniyeleri: SCOM'nin kodu sonlandırmadan önce çalışmasında izin verdiği toplam süredir.

Sorgu Zaman Aşımı Saniyeleri: NSLOOKUP'taki -timeout seçeneği için kullanılır.

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

Ana Bilgisayar Adı: NSLOOKUP tarafından çözümlenecek ana bilgisayar 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.Server.DNS.Forwarder.Conditional.Forward
Parent MonitorMicrosoft.Windows.Server.DNS.Forwarder.Conditional.Forward.NSLookup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Forward.Localhost.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Forward" ParentMonitorID="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Forward.NSLookup" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId13f01508a0204607a7aaf3a7195b5969" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdefdf65ea527348e9909a847cdd94f616" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdcc389f5ae1404a8ebb753daeb7879874" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>904</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Forwarder"]/DomainName$.</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>