Windows 2012 R2 DNS SEC megbízhatósági pont állapota figyelő

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

Ez a figyelő ellenőrzi a DNS megbízhatósági pont állapotát a Windows Server 2012 R2 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 másodpercben: Milyen gyakran kell (másodpercben) az értéket ellenőrizni.

Szinkronizálási idő: A modul végrehajtásának szinkronizálási ideje.

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

Okok

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

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

Megbízhatósági pont rendben: 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.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
Windows 2012 R2 DNS SEC – Megbízhatósági pont hibák
A(z) {1} kiszolgálón a(z) {0} megbízhatósági pont hibákat észlelt
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>