Windows 2016 i 1709+ DNS SEC — monitor stanu serwera głównego kluczy strefy

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

Ten monitor sprawdza stan serwera głównego kluczy strefy na komputerze z systemem Windows Server 2016 i 1709+.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza, czy serwer główny kluczy strefy jest w trybie online, 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

Serwer główny kluczy jest w trybie offline KeyMasterStatus = OffLine

Serwer główny kluczy jest w trybie online KeyMasterStatus = OnLine

Rozwiązania

Sprawdź stan serwera głównego kluczy strefy za pomocą narzędzia do zarządzania serwerem DNS, aby ustalić, czy jest on w trybie online.

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.KeyMasterStaus.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2016 i 1709+ DNS SEC — serwer główny kluczy strefy jest w trybie offline
Serwer główny kluczy w strefie {0} na serwerze {1} jest w trybie offline
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Monitor.DNSSEC.KeyMasterState" 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.KeyMasterStaus.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Monitor.DNSSEC.KeyMasterState.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="KeyMasterOffLine" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="KeyMasterOnLine" 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>