Windows 2012 R2 DNS SEC - AXFR Bölge Aktarımları İzleyicisi

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

Bu izleyici, Windows Server 2012 R2 bilgisayarda AXFR Bölge Aktarımları için performans verilerini denetler.

Knowledge Base article:

Özet

Bu izleyici, bir powershell commandlet kullanarak Windows Server 2012 R2 bilgisayarlarda Bölgeler'in AXFR Aktarımlarını denetler

Yapılandırma

Alma Eşiği: Durumu Hata olarak değiştirmeden önce En Az Alma hatalarının sayısı.

Yanıt Eşiği: Durumu Hata olarak değiştirmeden önce En Az Yanıt hatalarının sayısı.

IntervalSeconds: Değerin denetlenme sıklığı (saniye).

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

TimeoutSeconds: Modülün yürütmeyi tamamlaması için beklenecek süre (saniye).

Nedenler

Hata Durumu: Alınan Yanıt ve Alınan Başarı, Alma Eşiğinden fazla VE Alınan İstek ve Gönderilen Başarı, Yanıt Eşiğinden fazla

Başarı Durumu: Alınan Yanıt ve Alınan Başarı, Alma Eşiğinden az VE Alınan İstek ve Gönderilen Başarı, Yanıt Eşiğinden az

Çö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.ZoneTransfers.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - AXFR Bölge Aktarımları Hataları yüksek
{1} Sunucusu'ndaki {0} Bölgesi'nde AXFR Bölge Aktarımları Hataları tanımlı Eşik değerinden yüksek.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneTransfers.AXFR" 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.ZoneTransfers.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneTransfers.AXFR.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="SuccessState" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<TransferType>AXFR</TransferType>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ReceiveThreshold>100</ReceiveThreshold>
<ResponseThreshold>500</ResponseThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>