Windows 2012 R2 DNS SEC - 신뢰 지점 상태 모니터

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

이 모니터는 Windows Server 2012 R2 컴퓨터에서 DNS 신뢰 지점의 상태를 확인합니다.

Knowledge Base article:

요약

이 모니터는 powershell commandlet을 사용하여 DNS 신뢰 지점의 상태가 정상인지 여부를 확인합니다.

구성

IntervalSeconds: 값을 확인해야 하는 빈도(초)입니다.

SyncTime: 모듈 실행에 대한 동기화 시간입니다.

TimeoutSeconds: 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

원인

신뢰 지점에 오류가 있음: KeyCurrentRolloverStatus = DSInvalid, Missing, Deleted 또는 Revoked

신뢰 지점에 경고가 있음: KeyCurrentRolloverStatus = Initialized, DSPending 또는 AddPending

신뢰 지점이 정상임: KeyCurrentRolloverStatus = Valid

해결 방법

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
Windows 2012 R2 DNS SEC - 신뢰 지점에 오류가 있음
서버 {1}의 신뢰 지점 {0}에 오류가 있습니다.
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>