Populate Agent Group

Microsoft.SystemCenter.PopulateAgentGroup (Discovery)

Populates this group with Health Service objects that represent agents.

Element properties:

TargetMicrosoft.SystemCenter.AgentGroup
EnabledTrue
RemotableFalse
CommentMOM Agents group population

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SystemCenter.PopulateAgentGroup" Comment="MOM Agents group population" Enabled="true" Target="Microsoft.SystemCenter.AgentGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes/>
<DataSource ID="GroupPopulator" TypeID="SCLibrary!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.Agent"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SystemCenter.OperationsManager.2007.AgentGroupContainsAgent"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>