Windows Server 2016 és 1709+ DNS SEC – Megbízhatósági pont állapotfigyelője

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

Ez a figyelő ellenőrzi a DNS-megbízhatósági pont állapotát a Windows Server 2016 és 1709+ rendszerű számítógépeken.

Knowledge Base article:

Összefoglalás

Ez a figyelő egy powershell-parancsmag használatával ellenőrzi, hogy a DNS megbízhatósági pont állapota megfelelő-e

Konfiguráció

Időköz (s): Ennyi másodpercenként ellenőrzi a rendszer az értéket.

Szinkronizálás időpontja: A modulvégrehajtás szinkronizálási időtartama

Időkorlát (s): Mennyi időt kell várni (másodpercben), hogy a modul befejezze a végrehajtást.

Okok

Megbízhatósági ponttal kapcsolatos hibák: KeyCurrentRolloverStatus = DSInvalid, Missing, Deleted vagy Revoked

Megbízhatósági pont figyelmeztetések: KeyCurrentRolloverStatus = Initialized, DSPending vagy AddPending

Megbízhatósági pont megfelelő: KeyCurrentRolloverStatus = Valid

Megoldások

Ellenőrizze, hogy a megbízhatósági pont állapotát a DNS-felügyeleti eszköz használatával, hogy történtek-e hibák.

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 Server 2016 és 1709+ DNS SEC – Megbízhatósági pont hibái
A(z) {1} kiszolgálón a(z) {0} megbízhatósági pont hibákat észlelt
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>