Windows 2016 i 1709+ DNS SEC — monitor BRAKU podpisu strefy

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

Ten monitor sprawdza, czy strefa została podpisana na komputerze z systemem Windows Server 2016 i 1709+.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza, czy strefa jest podpisana, za pomocą apletu polecenia środowiska PowerShell

Konfiguracja

Interwał w sekundach: Określa, jak często (co ile sekund) ta wartość powinna być sprawdzana.

Godzina synchronizacji: Godzina synchronizacji na potrzeby wykonywania modułu.

Limit czasu w sekundach: Określa, jak długo (w sekundach) należy oczekiwać na zakończenie wykonywania modułu.

Przyczyny

Strefa nie jest podpisana IsSigned = False

Strefa jest podpisana IsSigned = True

Rozwiązania

Sprawdź, czy strefa jest podpisana, za pomocą narzędzia do zarządzania serwerem DNS. Jeśli strefa nie została podpisana, podpisz ją przy użyciu narzędzi do zarządzania serwerem 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
Windows 2016 i 1709+ DNS SEC — strefa NIE została podpisana
Strefa {0} na serwerze {1} NIE jest podpisana
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>