Discovery rule that populates Health Service Group

Microsoft.SystemCenter.PopulateHealthServicesGroup (Discovery)

Knowledge Base article:

Summary

Populates the health services group.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

Element properties:

TargetMicrosoft.SystemCenter.HealthServicesGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
GroupPopulator DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.PopulateHealthServicesGroup" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServicesGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsAgentManagedGroup"/>
<DiscoveryRelationship TypeID="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsManagementServerGroups"/>
<DiscoveryRelationship TypeID="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsGatewayManagementServerGroups"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulator" TypeID="SCLibrary!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.AgentManagedGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsAgentManagedGroup"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagementServersGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsManagementServerGroups"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.GatewayServerGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceGroup.ContainsGatewayManagementServerGroups"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>