Monitor zbiorczy kondycji wydajności domeny usługi AD

Microsoft.Windows.Server.AD.Domain.PerfRollupMonitor (DependencyMonitor)

Knowledge Base article:

Summary

Monitors the overall performance of the Active Directory domain and alerts if more than 60% of the domain controllers are reporting performance health problems. This may have a negative impact on the services that rely on Active Directory to function properly.

Resolutions

Verify that all of the Active Directory domain controllers in this domain are online and functioning properly. If one or more domain controllers are offline or having problems, the overall performance of the domain may be affected.

Verify that all of the Active Directory domain controllers in this domain are operating within normal performance thresholds. Check the CPU utilization to ensure that the servers are not being overloaded with traffic. If the domain controllers are showing a high level of utilization, consider adding additional domain controllers to the domain.

External

For more information, see:

Element properties:

TargetMicrosoft.Windows.Server.AD.Domain
Parent MonitorSystem.Health.PerformanceState
AlgorithmPercentage
Algorithm Parameter40
Source MonitorSystem.Health.PerformanceState
RelationshipMicrosoft.Windows.Server.AD.Domain.contains.Microsoft.Windows.Server.DC.Computer
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Obniżona kondycja wydajności domeny usługi AD
Ponad 60\% kontrolerów domeny zawartych w tym raporcie dotyczącym domeny usługi AD zgłasza problem z kondycją wydajności

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Server.AD.Domain.PerfRollupMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.AD.Domain" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.Server.AD.Domain.contains.Microsoft.Windows.Server.DC.Computer" MemberMonitor="SystemHealth!System.Health.PerformanceState">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.AD.Domain.PerfRollupMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<Algorithm>Percentage</Algorithm>
<AlgorithmParameter>40</AlgorithmParameter>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>