Windows 2016 ve 1709+ DNS SEC - Bölge İmzalı DEĞİL İzleyicisi

Microsoft.Windows.DNSServer.2016.Monitor.DNSSEC.IsSigned (UnitMonitor)

Bu izleyici, Windows Server 2016 ve 1709+ bilgisayarında bir Bölgenin imzalı olup olmadığını denetler.

Knowledge Base article:

Özet

Bu izleyici, bir bölgenin powershell commandlet kullanılarak imzalanıp imzalanmadığını denetler

Yapılandırma

Aralık (Saniye): Değerin denetleneceği sıklık (saniye cinsinden).

Eşitleme Zamanı: 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

Bölge imzalı DEĞİL: IsSigned = False

Bölge İmzalı: IsSigned = True

Çözümler

DNS yönetim aracını kullanarak bölgenin imzalı olup olmadığını kontrol edin. İmzalanmamışsa, DNS yönetim araçlarını kullanarak bölgeyi imzalayın.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Zone
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.Zone.IsSigned.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2016 ve 1709+ DNS SEC - Bölge İmzalı DEĞİL
{1} Sunucusu'nda {0} Bölgesi imzalı DEĞİL
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Monitor.DNSSEC.IsSigned" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.DNSServer.2016.Zone" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DNSServer.2016.Zone.IsSigned.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Monitor.DNSSEC.IsSigned.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ZoneNotSigned" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="ZoneIsSigned" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>