Process Monitoring: Process Health State Subscription

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

This rule saves Process Health State information to the SCOM data warehouse. To start information collection, make sure that “Process Monitoring: Health State Collection” rule is enabled.

Knowledge Base article:

Summary

This rule saves Process and Port Health State information to the SCOM data warehouse. To start information collection, make sure that “Process and Port Monitoring: Health State Collection” rule is enabled.

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>