Monitor station dat logboekbestanden host

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

Deze monitor controleer de hoeveelheid schijfruimte die beschikbaar is op een station dat de logboekbestanden voor een AD LDS-exemplaar host.

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
Station dat AD LDS-logboekbestanden host heeft weinig beschikbare schijfruimte
Een station dat AD LDS-logboekbestanden host heeft de geconfigureerde waarschuwingsdrempel voor te weinig beschikbare schijfruimte overschreden.
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>