Microsoft Windows Server DNS İletici IP Adresi Koşullu Ters Çevirme NSLookup

Microsoft.Windows.Server.DNS.Forwarder.IPAddress.Conditional.Reverse.NSLookup (UnitMonitor)

İleticinin tek bir hedefini sınar.

Knowledge Base article:

Özet

Bu izleyici, IP Adresi Ters 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.IPAddress.Conditional.Reverse
Parent MonitorSystem.Health.AvailabilityState
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.IPAddress.Conditional.Reverse.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Forwarder.IPAddress.Conditional.Reverse" 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>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId826c688cc8c949e493f0d2484c0862ee" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId315d8449ccde4d6bb874d9707a4222b5" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdad91500a129a42338aa5a119df9da5db" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>909</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</QueryType>
<HostName>$Target/Host/Property[Type="Microsoft.Windows.Server.DNS.Forwarder"]/DomainName$</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.Server.DNS.Forwarder.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>