Moniteur Windows 2016 et 1709+ DNS SEC - État des points d'approbation

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

Ce moniteur vérifie l'état du point d'approbation DNS sur l'ordinateur Windows Server 2016 et 1709+.

Knowledge Base article:

Résumé

Ce moniteur vérifie si l'état du point d'approbation dans le DNS est OK à l'aide d'une applet de commande Powershell

Configuration

Intervalle en secondes : Fréquence (en secondes) à laquelle la valeur doit être vérifiée.

Heure de la synchronisation : Heure de synchronisation pour l’exécution du module.

Délai d’expiration (secondes) : Délai d'attente (en secondes) jusqu'à la fin d'exécution du module.

Causes

Le point d'approbation présente des erreurs : KeyCurrentRolloverStatus = DSInvalid, Missing, Deleted ou Revoked

Le point d'approbation présente des avertissements : KeyCurrentRolloverStatus = Initialized, DSPending ou AddPending

Le point d'approbation est OK : KeyCurrentRolloverStatus = Valid

Résolutions

Vérifiez l'état du point d'approbation pour voir s'il présente des erreurs à l'aide de l'outil de gestion DNS.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.TrustPoint
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.TrustPointState.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2016 et 1709+ DNS SEC - Le point d’approbation présente des erreurs
Le point d'approbation {0} du serveur {1} présente des erreurs
RunAsDefault

Source Code:

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