Forefront TMG Server: Logging - Check Log Drive Free Space Monitor

Microsoft.Forefront.TMG.Logging.ServerRole.LogDriveFreeSpaceMonitor (UnitMonitor)

Monitors all Log Drive Free Space on Forefront TMG Server

Element properties:

TargetMicrosoft.Forefront.TMG.Logging.TextFile
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Forefront.TMG.LogDriveFreeSpaceMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Forefront TMG Server: Log Drive Free Space Monitor reports an error
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.Logging.ServerRole.LogDriveFreeSpaceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.Logging.TextFile" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Forefront.TMG.LogDriveFreeSpaceMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Forefront.TMG.Logging.ServerRole.LogDriveFreeSpaceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorDetail']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TargetComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>