AD 域性能运行状况汇总监视器

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

AD 域性能运行状况汇总。

Knowledge Base article:

摘要

如果超过 60% 的域控制器报告了性能运行状况问题,则监视 Active Directory 域的整体性能并发出警报。这可能会给依赖于 Active Directory 来正常运行的服务造成负面影响。

解决方案

验证此域中的所有 Active Directory 域控制器是否已联机并正常运行。如果一个或多个域控制器已脱机或出现问题,则域的整体性能可能会受到影响。

验证此域中的所有 Active Directory 域控制器是否在正常性能阈值范围内运行。检查 CPU 使用率,确保流量未使服务器过载。如果域控制器表明使用率较高,请考虑在域中添加更多的域控制器。

外部

有关详细信息,请参阅:

Element properties:

TargetMicrosoft.Windows.Server.AD.Library.Domain
Parent MonitorSystem.Health.PerformanceState
AlgorithmPercentage
Algorithm Parameter40
Source MonitorSystem.Health.PerformanceState
RelationshipMicrosoft.Windows.Server.AD.Library.Domain.contains.Microsoft.Windows.Server.DC.Computer
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
降级的 AD 域性能运行状况
此 AD 域中超过 60\% 的 DC 报告了性能运行状况问题

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Server.AD.Library.Domain.PerfRollupMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.AD.Library.Domain" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.Server.AD.Library.Domain.contains.Microsoft.Windows.Server.DC.Computer" MemberMonitor="SystemHealth!System.Health.PerformanceState">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.AD.Library.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>