Discover HPUX Computer Group

Microsoft.HPUX.ComputerGroup.Discovery (Discovery)

This discovery puts all HPUX Computers into the HPUX Computer Group.

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the "HPUX Computer Group" with instances of computer groups that are running a HPUX operating system.

Element properties:

TargetMicrosoft.HPUX.ComputerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.HPUX.ComputerGroup.Discovery" Target="Microsoft.HPUX.ComputerGroup">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.HPUX.ComputerGroup"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.HPUX.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>