Windows 2016- und 1709+ DNSSEC – Monitor für den Status des Zonenschlüsselmasters

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

Dieser Monitor prüft den Schlüsselmasterstatus der Zone auf einem Computer unter Windows Server 2016- und 1709+.

Knowledge Base article:

Zusammenfassung

Dieser Monitor prüft mit einem PowerShell-Cmdlet, ob der Schlüsselmasterstatus der Zone "online" ist.

Konfiguration

Intervall (in Sekunden): Gibt an, wie oft der Wert überprüft werden soll (in Sekunden).

Synchronisierungszeit: Die Synchronisierungszeit für die Modulausführung.

Timeout in Sekunden: Zeit (in Sekunden), die gewartet wird, bis das Modul die Ausführung beendet hat.

Ursachen

Schlüsselmaster ist offline: "KeyMasterStatus" = "OffLine"

Schlüsselmaster ist online: "KeyMasterStatus" = "OnLine"

Lösungen

Prüfen Sie den Status des Schlüsselmasters mit dem DNS-Verwaltungstool, um zu ermitteln, ob er "online" ist.

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- und 1709+ DNSSEC – Status des Zonenschlüsselmasters ist offline
Der Schlüsselmaster von Zone {0} auf Server {1} ist 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>