Windows 2012 R2 DNS SEC - Ad Çözümleme Sorguları İzleyicisi

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries (UnitMonitor)

Bu izleyici, Windows Server 2012 R2 bilgisayarda Ad Çözümleme Sorguları için performans verilerini denetler.

Knowledge Base article:

Özet

Bu Veri Kaynağı, bir powershell commandlet kullanarak Windows Server 2012 R2 bilgisayarlarda Bölgeler'in Ad Çözümleme Sorguları Hatalarını denetler

Yapılandırma

Uyarı Sorgu Hatası Eşiği: Durumu Uyarı olarak değiştirmeden önce En Az Sorgu Hatası hatalarının sayısı.

Hata Sorgu Hatası Eşiği: Durumu Hata olarak değiştirmeden önce En Fazla Sorgu Hatası hatalarının sayısı.

Uyarı Sorgu Adı Hatası Eşiği: Durumu Uyarı olarak değiştirmeden önce En Az Sorgu Adı hatalarının sayısı.

Hata Sorgu Adı Hatası Eşiği: Durumu Hata olarak değiştirmeden önce En Fazla Sorgu Adı hatalarının sayısı.

Aralık Saniye Sayısı: Değerin denetlenme sıklığı (saniye).

Eşitleme Saati: Modül yürütmesi için eşitleme saati.

Zaman Aşımı (Saniye): Modülün yürütmeyi tamamlaması için beklenecek süre (saniye).

Nedenler

Hata Durumu: Sorgu Hatası, Hata Sorgu Hatası Eşiğinden fazla veya Sorgu Adı Hatası, Hata Sorgu Adı Eşiğinden fazla

Uyarı Durumu: Sorgu Hatası, Uyarı Sorgu Hatası Eşiğinden fazla VE Sorgu Hatası, Hata Sorgu Hatası Eşiğinden az veya Sorgu Adı Hatası, Uyarı Sorgu Adı Eşiğinden fazla ve Sorgu Adı Hatası, Hata Sorgu Adı Eşiğinden az

Başarı Durumu: QueryReceived = QueriesResponded ve Sorgu Hatası, Uyarı Sorgu Hatası Eşiğinden az veya eşit VE Sorgu Adı Hatası, Uyarı Sorgu Adı Eşiğinden az veya eşit

Çözümler

DNS yönetim aracını kullanarak bölgenin durumunu denetleyin ve devrede olup olmadığını görün.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - Bölge Ad Çözümleme Sorguları Hataları yüksek
{1} Sunucusu'ndaki {0} Bölgesi'nde Ad Çözümleme Sorguları Hataları tanımlı Eşik değerinden yüksek.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries.AlertMessage">
<AlertOnState>Error</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="ErrorState" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="WarningState" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="SuccessState" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<WarningQueryFailureThreshold>0</WarningQueryFailureThreshold>
<ErrorQueryFailureThreshold>10</ErrorQueryFailureThreshold>
<WarningQueryNameFailureThreshold>0</WarningQueryNameFailureThreshold>
<ErrorQueryNameFailureThreshold>10</ErrorQueryNameFailureThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>