Discover Universal RHEL Linux Computer Group

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

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

Knowledge Base article:

Summary

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

Element properties:

TargetMicrosoft.Linux.Universal.RHEL.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.RHEL.ComputerGroup.Discovery" Enabled="true" Target="Microsoft.Linux.Universal.RHEL.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.RHEL.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>Red Hat Distribution</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>