Microsoft Windows Server DNS Server 로깅 수준

Microsoft.Windows.DNSServer.2016.Server.LoggingLevel (UnitMonitor)

이 관리 팩은 DNS Server가 전체 로깅용으로 구성된 경우 최적화됩니다.

Knowledge Base article:

요약

DNS Server 서비스는 이름 확인 서비스에 대한 DNS 클라이언트 컴퓨터의 요청에 응답합니다. DNS(Domain Name System)는 컴퓨터가 대상 컴퓨터의 이름을 DNS Server에 전송하여 다른 컴퓨터의 숫자 IP 주소를 구할 수 있도록 지원하는 프로토콜입니다. DNS Server 서비스에 문제가 발생하면 네트워크 성능이 저하되거나 네트워크 컴퓨터가 서로를 찾을 수 없게 될 수 있습니다.

원인

DNS Server가 모든 이벤트를 기록하도록 구성되지 않았습니다.

0 = 이벤트가 기록되지 않음.

1 = 오류만 기록됨.

2 = 오류 및 경고가 기록됨.

4 또는 7 – 모든 이벤트가 기록됨.

이 관리 팩의 기능을 최적화하려면 DNS 서버에서 모든 이벤트를 기록하도록 구성하는 것이 좋습니다.

해결 방법

DNS 관리 콘솔에서 서버 속성 대화 상자의 이벤트 로깅 탭에서 이벤트 로깅 수준을 설정하세요.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.ServerLoggingLevel.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - 서버 로깅 수준이 전체가 아님
자세한 내용은 상태 탐색기를 참조하세요.
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Server.LoggingLevel" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2016.ServerLoggingLevel.Monitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Server.LoggingLevel_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId898ac315d34142ef8f4af1b9f2ecb9d6" MonitorTypeStateID="None" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateId9231e25fc6c340c7b6733e906fec3e31" MonitorTypeStateID="Partial" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId18b7d015af144b79a14166376418b408" MonitorTypeStateID="Full" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>921</IntervalSeconds>
</Configuration>
</UnitMonitor>