Discover Universal SLES Linux Computer Group

Microsoft.Linux.Universal.SLES.ComputerGroup.Discovery (Discovery)

This discovery puts all Universal SLES Linux Computers into the Linux Universal SLES Computer Group.

Knowledge Base article:

Summary

This discovery populates all Universal SLES Linux Computers (SLES version 15 and above) into the Universal SLES Linux Computer Group that are running a Universal SLES Linux operating system.

Element properties:

TargetMicrosoft.Linux.Universal.SLES.ComputerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Linux.Universal.SLES.ComputerGroup.Discovery" Enabled="true" Target="Microsoft.Linux.Universal.SLES.ComputerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Linux.Universal.SLES.ComputerGroup"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Linux.Universal.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name="Microsoft.Linux.Universal.Computer"]/Platform$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SuSE Distribution</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>