DNS SEC Windows 2016 версии 1709 и более поздних версий — монитор "Зона НЕ подписана"

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

Этот монитор проверяет, подписана ли зона на компьютере под управлением Windows Server 2016 версии 1709 и более поздних версий.

Knowledge Base article:

Сводка

Этот монитор с помощью командлета PowerShell проверяет, подписана ли зона

Конфигурация

Интервал (в секундах): частота (в секундах) проверки значения.

Время синхронизации: Время синхронизации для выполнения модуля.

Время ожидания (в секундах): Время ожидания модулем (в секундах) завершения выполнения.

Причины

Зона НЕ подписана: IsSigned = False

Зона подписана: IsSigned = True

Решения

С помощью средства управления DNS проверьте, подписана ли зона. Если зона не подписана, подпишите ее с помощью средств управления DNS.

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
DNS SEC Windows 2016 версии 1709 и более поздних версий — "Зона НЕ подписана"
Зона "{0}" на сервере "{1}" НЕ подписана
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>