AD 記錄檔磁碟可用空間監視器

Microsoft.Windows.Server.2012.R2.AD.Availability.DiskSpace.Log.Monitor (UnitMonitor)

監視包含 AD 記錄檔之硬碟的可用空間。

Knowledge Base article:

摘要

AD 記錄檔可用空間監視器。監視包含 AD 記錄檔之磁碟機的可用磁碟空間是否低於最低可接受層級。

如果磁碟機已滿,Active Directory 網域服務將不會正常運作,且將會導致使用該服務的服務失敗。

原因

可能的原因如下:

解決方式

將不必要的檔案重新放置到其他磁碟區,或者擴充或更換相關磁碟區。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.DatabaseAndLog.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Availability.DiskSpace.Log.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
AD 記錄檔磁碟可用空間健康情況監視器已經超過一或多個閾值。
AD 記錄檔磁碟可用空間健康情況監視器已經超過一或多個閾值。
計數器: {0}
可用空間 (百分比): {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Availability.DiskSpace.Log.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.DatabaseAndLog.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Availability.DiskSpace.Log.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Availability.DiskSpace.Log.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>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SizeOK" MonitorTypeStateID="SizeOK" HealthState="Success"/>
<OperationalState ID="SizeWarn" MonitorTypeStateID="SizeWarn" HealthState="Warning"/>
<OperationalState ID="SizeError" MonitorTypeStateID="SizeError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ResultType>2</ResultType>
<ThresholdWarn>20</ThresholdWarn>
<ThresholdError>10</ThresholdError>
</Configuration>
</UnitMonitor>