Espaço Livre em Disco: DEPRECATED

Microsoft.SQLServer.2005.DBFile.DiskFreeSpace (UnitMonitor)

Monitora a porcentagem de espaço livre em uma unidade de disco.

Knowledge Base article:

Resumo

Monitora a porcentagem de espaço livre em uma unidade de disco.

Causas

Um estado não íntegro é causado pelo disco com pouco espaço livre em termos percentuais. Isso pode ser ocasionado por:

Resoluções

Este problema pode ser resolvido de uma das seguintes maneiras:

Consulte o tópico nos Manuais Online do SQL Server: Arquitetura de Arquivos e Grupos de Arquivos

Element properties:

TargetMicrosoft.SQLServer.2005.DBFile
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameLogicalDisk
Counter Name\% Free Space
Frequency3600
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Espaço em Disco Diminuindo

A unidade "{0}" está ficando sem espaço em disco. Consulte a guia de “contexto de alerta” para obter mais detalhes.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2005.DBFile.DiskFreeSpace" Accessibility="Public" Enabled="false" Target="SQL2005Core!Microsoft.SQLServer.2005.DBFile" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2005.DBFile.DiskFreeSpace.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SQL!Microsoft.SQLServer.DBFile"]/Drive$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Error"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Free Space</CounterName>
<ObjectName>LogicalDisk</ObjectName>
<InstanceName>$Target/Property[Type="SQL!Microsoft.SQLServer.DBFile"]/Drive$</InstanceName>
<Frequency>3600</Frequency>
<Threshold>5</Threshold>
</Configuration>
</UnitMonitor>