基礎結構主機 LDAP 繫結效能監視器

Microsoft.Windows.Server.2012.AD.Performance.FsmoResponse.Bind.Infra.Monitor (UnitMonitor)

監視 FSMO 持有者的 LDAP 繫結時間。

Knowledge Base article:

摘要

此監視器會使用基本的 LDAP 繫結要求來驗證基礎結構主機 FSMO 的回應時間。它會定期對網域控制站執行繫結命令以驗證效能。

設定

IntervalSeconds:監視器的執行頻率 (秒)

原因

可能的原因如下:

解決方式

檢視警示中的錯誤描述以取得其他資訊。

檢視電腦的整體系統效能,以判斷是否需要額外的資源。

新增額外的網域控制站有助於達到負載平衡。

請確定使用中的 AD 站台擁有足夠數目的 DC。

外部

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.FsmoBind.Performance.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Performance.FsmoResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
基礎結構主機 LDAP 繫結效能健康情況監視器已經超過一或多個閾值。

健康情況監視器指令碼已經超出平均 Ping 時間的一或多個閾值。
計數器: {0}
平均時間: {1}
樣本數:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.FsmoResponse.Bind.Infra.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.FsmoBind.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Performance.FsmoResponse.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.FsmoResponse.Bind.Infra.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseWarn" MonitorTypeStateID="ResponseWarn" HealthState="Warning"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<FsmoType>5</FsmoType>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
<ObjectName>Infrastructure Op Master</ObjectName>
<CounterName>Op Master Infrastructure Last Bind</CounterName>
</Configuration>
</UnitMonitor>