Microsoft Windows Server DNS Bölgesi NSLookup

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

NSLookup ile localhost'ta bölgeyi sınar

Knowledge Base article:

Özet

localhost'tan bölgeyi sorgulamayı dener.

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.

Nedenler

NSLOOKUP, bölge adını çözümleyemedi.

Çözümler

Bölgenin ve DNS hizmetinin başlatıldığından emin olun.

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 - NSLookup Bölgenin NS Kaydı için Başarısız Oldu

Bölge: {0} Sunucu: {1} Uyarı, izleyici içindeki bir hatayı belirtir.
Kritik, NSLookup sınamasının başarısız olduğunu belirtir.

Ayrıntılar için lütfen Sistem Durumu Gezgini'ne bakın.
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>