Microsoft Windows Server DNS Bölgesi Durumu

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

WMI ile bölge durumunu denetler

Knowledge Base article:

Özet

“root\MicrosoftDNS” WMI ad alanında “Select Name, Shutdown, Paused from MicrosoftDNS_Zone” WQL sorgusunu gerçekleştirir

Yapılandırma

Aralık Saniye Sayısı: Bu izleyicinin WMI sorgusunu gerçekleştirdiği aralık.

Nedenler

Kritik: Kapatma = Doğru

Uyarı: Kapatma = Yanlış ve Duraklatıldı = Doğru

İyi Durumda: Kapatma = Yanlış ve Duraklatıldı = Yanlış

Çözümler

DNS yönetim aracında bölgeyi seçin.

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.ZoneState.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - Bölge Çalışmıyor

Bölge: .{0} Sunucu: {1} 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.State" 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.ZoneState.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.Zone.State_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="UIGeneratedOpStateId97a0e95f8ae745fb840d1917f5100271" MonitorTypeStateID="Shutdown" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateId8aa82ed1ed9f4be4a3adb51a52742bbf" MonitorTypeStateID="Paused" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId2048812553ba448ca979991ae4fa1067" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>920</IntervalSeconds>
</Configuration>
</UnitMonitor>