Discovers Windows Computers that can Manage BladeCenter

IBM.BladeCenter.ProxyComputer.Discovery (Discovery)

Knowledge Base article:

Summary

This discovery rule discovers Windows computers that can manage BladeCenter.

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource IBM.BladeCenter.ProxyComputer.Discovery.Provider Default

Source Code:

<Discovery ID="IBM.BladeCenter.ProxyComputer.Discovery" Target="Windows!Microsoft.Windows.Computer" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="IBM.BladeCenter.ProxyComputer">
<Property PropertyID="RMSName"/>
<Property PropertyID="MgmtPackVersion"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="IBM.BladeCenter.ProxyComputer.Discovery.Provider">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>