性能阈值: 分发点服务器和状态迁移点服务器上的可用磁盘空间监视器

Microsoft.SystemCenter2012.ConfigurationManager.FreeDiskSpaceOnDrive (UnitMonitor)

此监视器检查分发点服务器和状态迁移点服务器上的可用磁盘空间。 当剩余的可用磁盘空间低于指定的阈值时,它会发出警报。

Knowledge Base article:

摘要

分发管理器会将数据包的内容复制到分发点。 它会在分发点中具有最大可用空间的 NTFS 驱动器上创建分发点共享和数据包内容文件夹。 对于下一个新的数据包或该数据包的更新,如果第一个驱动器的空间不足,则分发管理器会自动选择下一个驱动器。

原因

此警报是由于分发点上的可用磁盘空间不足而引发的。

解决方法

释放站点服务器上的磁盘空间。

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ContentStorageDrive
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledTrue
Instance NameLogicalDisk
Counter NameFree Megabytes
Frequency900
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
驱动器上的可用磁盘空间

实例 {0} 对象 {1} 计数器 {2} 在 {4} 时的值为 {3}
RunAsDefault
CommentSIV:COSD0028

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.FreeDiskSpaceOnDrive" Comment="SIV:COSD0028" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ContentStorageDrive" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.FreeDiskSpaceOnDrive_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/InstanceName$</AlertParameter1>
<AlertParameter2>$Data/Context/ObjectName$</AlertParameter2>
<AlertParameter3>$Data/Context/CounterName$</AlertParameter3>
<AlertParameter4>$Data/Context/Value$</AlertParameter4>
<AlertParameter5>$Data/Context/TimeSampled$</AlertParameter5>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Error"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Free Megabytes</CounterName>
<ObjectName>LogicalDisk</ObjectName>
<InstanceName>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Threshold>500</Threshold>
</Configuration>
</UnitMonitor>