物理磁盘运行状况

Microsoft.Windows.Server.PhysicalDisk.Health.Dashboard.View (View)

此仪表板视图显示物理磁盘的监视状态和信息。默认情况下,未启用物理磁盘发现。

Element properties:

TargetSystem.Entity
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.Server.PhysicalDisk.Health.Dashboard.View" Accessibility="Public" Enabled="true" Target="System!System.Entity" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="1" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.Server.PhysicalDisk.State.View"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.Server.PhysicalDisk.Alerts.View"/>
</PanelConfiguration>
</View>