Serwer DNS systemu Windows Server 2016 i 1709+ — wykrywanie nieużywanej strefy

Microsoft.Windows.DNSServer.2016.Monitor.DetectUnusedZone (UnitMonitor)

Ten monitor wykrywa nieużywane strefy na serwerze DNS. Jeśli w dłuższym okresie w strefie nie ma żadnej aktywności, ten monitor wygeneruje ostrzeżenie.

Knowledge Base article:

Podsumowanie

Ten monitor ocenia wartość różnicy liczby zapytań odebranych w określonym interwale strefy DNS w systemie Windows Server 2016 i 1709+. Jeśli wartość różnicy wynosi 0, monitor zmienia stan i generuje alert.

Konfiguracja

Interwał w sekundach: Liczba sekund między wartościami podczas szacowania różnicy.

Godzina synchronizacji: Określa godzinę, o której nastąpi wymuszenie uruchomienia skryptu systemu Windows.

Limit czasu w sekundach: Określa maksymalną liczbę sekund wykonywania skryptu przed jego przerwaniem.

Przyczyny

Strefa na serwerze DNS jest nieużywana.

Rozwiązania

Sprawdź konfigurację strefy.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Zone
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.DetectUnusedZones.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serwer DNS systemu Windows Server 2016 i 1709+ — wykrywanie nieużywanej strefy
Bieżąca strefa nie była używana w ostatnim interwale
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Monitor.DetectUnusedZone" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Zone" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DNSServer.2016.DetectUnusedZones.UnitMonitorType" ConfirmDelivery="true" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Monitor.DetectUnuzedZone_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ZoneName>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Zone"]/ZoneName$</ZoneName>
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>240</TimeoutSeconds>
</Configuration>
</UnitMonitor>