Extensions de sécurité DNS (DNSSEC) Windows 2012 R2 - Moniteur de l'état du point d'approbation

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.TrustPointState (UnitMonitor)

Ce moniteur vérifie l'état du point d'approbation dans le DNS dans l'ordinateur Windows Server 2012 R2.

Knowledge Base article:

Résumé

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

Configuration

Intervalle en secondes : À quelle fréquence (en secondes) la valeur doit être vérifiée.

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

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

Causes

Erreurs du point d'approbation : KeyCurrentRolloverStatus = DSInvalid, Missing, Deleted ou Revoked

Avertissements du point d'approbation : KeyCurrentRolloverStatus = Initialized, DSPending ou AddPending

Le point d'approbation est OK : KeyCurrentRolloverStatus = Valide

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.Server.DNS.TrustPoint
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.TrustPointState.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Extensions de sécurité DNS (DNSSEC) Windows 2012 R2 - Erreurs du point d'approbation
Le point d'approbation {0} du serveur {1} présente des erreurs
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.TrustPointState" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.TrustPoint" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.TrustPointState.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.TrustPointState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.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.Server.DNS.TrustPoint"]/TrustPointName$</TrustPointName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>