Amalga Instance Group Discovery

Microsoft.Amalga.Library.InstancesGroup.Discovery (Discovery)

Populates the Amalga Instance Group with the list of all Amalga servers. This group is viewable under 'Discovered Inventory' by changing the target of the Discovered Inventory view to 'Amalga Instance Group'.

Knowledge Base article:

Summary

Amalga Instance Group Discovery

Element properties:

TargetMicrosoft.Amalga.Library.InstanceGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Amalga.Library.InstancesGroup.Discovery" Enabled="onEssentialMonitoring" Target="Microsoft.Amalga.Library.InstanceGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Amalga.Library.Server"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>