Günlük Dosyalarını Barındıran Sürücü İzleyicisi

Microsoft.Windows.Server.LDS.Service.DatabaseAndLogSize.LogDriveSpace.Monitor (UnitMonitor)

Bu izleyici, AD LDS örneği için günlük dosyalarını barındıran sürücüde yer alan disk alanının miktarını denetler.

Element properties:

TargetMicrosoft.Windows.Server.LDS.Service
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.LDS.Service.DatabaseAndLogSize.DriveSpace.MonitorType
RemotableFalse
AccessibilityPublic
Alert Message
AD LDS Günlük Dosyalarını Barındıran Sürücüde Disk Alanı Yetersiz
AD LDS günlük dosyalarını barındıran bir sürücü, yetersiz disk alanına sahip olduğu için yapılandırılan uyarı eşiğini aştı.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.LDS.Service.DatabaseAndLogSize.LogDriveSpace.Monitor" Accessibility="Public" Enabled="true" Target="LDS!Microsoft.Windows.Server.LDS.Service" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.LDS.Service.DatabaseAndLogSize.DriveSpace.MonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.LDS.Service.DatabaseAndLogSize.LogDriveSpace.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="LogDriveSpaceOK" MonitorTypeStateID="DriveSpaceOK" HealthState="Success"/>
<OperationalState ID="LogDriveSpaceWarning" MonitorTypeStateID="DriveSpaceWarning" HealthState="Warning"/>
<OperationalState ID="LogDriveSpaceError" MonitorTypeStateID="DriveSpaceError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>120</TimeoutSeconds>
<DatabaseFile>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/DatabaseFile$</DatabaseFile>
<DatabaseLogPath>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/DatabaseLogPath$</DatabaseLogPath>
<LogSuccessEvent>false</LogSuccessEvent>
<WarningThreshold>8000000</WarningThreshold>
<ErrorThreshold>2000000</ErrorThreshold>
<CounterName>Log Drive Free Space</CounterName>
</Configuration>
</UnitMonitor>