處理序監視:處理序健全狀況狀態訂閱

Microsoft.Windows.Server.10.0.Process.HealthStateSubscription.Rule (Rule)

此規則會將處理序健全狀況狀態資訊儲存到 SCOM 資料倉儲。若要開始資訊收集,請確認「處理序監視:健全狀況狀態收集」規則已啟用。

Knowledge Base article:

摘要

此規則會將處理序和連接埠健全狀況狀態資訊儲存到 SCOM 資料倉儲。若要開始資訊收集,請確認「處理序和連接埠監視:健全狀況狀態收集」規則已啟用。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Subscribe DataSource Microsoft.Windows.Server.10.0.ProcessInfo.DWSubscription.HealthState.DataSource Default
WA WriteAction Microsoft.Windows.Server.10.0.Process.HealthStateDW.WriteAction Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.Process.HealthStateSubscription.Rule" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Subscribe" TypeID="Microsoft.Windows.Server.10.0.ProcessInfo.DWSubscription.HealthState.DataSource">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>$MPElement[Name="Microsoft.Windows.Server.10.0.Process.HealthState.Collection"]$</ChannelId>
<DropItems>false</DropItems>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.10.0.Process.HealthStateDW.WriteAction" Target="SCDW!Microsoft.SystemCenter.DataWarehouseConnectorServer"/>
</WriteActions>
</Rule>