Discover Lenovo Windows Computer

IBM.WinComputer.DiscoveryRule (Discovery)

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • IBM.WinComputer
    • DisplayName
    • SystemUUID
    • MTAndSN
    • ModelNumber
    • PlatformCategory
    • ProductFamily
    • PlatformAgentInfo
    • BMCDetected
    • RSAIIDetected
    • RAIDControllers
    • Licensed
    • CappingCapable
    • CappingEnabled
    • PowerMax
    • PowerMin
    • PowerCap
    • PowerManagementProvider
    • PowerThresholdWarning
    • PowerThresholdCritical

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource IBM.WinComputer.DiscoveryProvider Default

Source Code:

<Discovery ID="IBM.WinComputer.DiscoveryRule" Target="Windows!Microsoft.Windows.Computer" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="IBM.WinComputer">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="IBM.WinComputer" PropertyID="SystemUUID"/>
<Property TypeID="IBM.WinComputer" PropertyID="MTAndSN"/>
<Property TypeID="IBM.WinComputer" PropertyID="ModelNumber"/>
<Property TypeID="IBM.WinComputer" PropertyID="PlatformCategory"/>
<Property TypeID="IBM.WinComputer" PropertyID="ProductFamily"/>
<Property TypeID="IBM.WinComputer" PropertyID="PlatformAgentInfo"/>
<Property TypeID="IBM.WinComputer" PropertyID="BMCDetected"/>
<Property TypeID="IBM.WinComputer" PropertyID="RSAIIDetected"/>
<Property TypeID="IBM.WinComputer" PropertyID="RAIDControllers"/>
<Property TypeID="IBM.WinComputer" PropertyID="Licensed"/>
<!-- PXB080239 Add Power Threshold/capping properties -->
<Property TypeID="IBM.WinComputer" PropertyID="CappingCapable"/>
<Property TypeID="IBM.WinComputer" PropertyID="CappingEnabled"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerMax"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerMin"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerCap"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerManagementProvider"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerThresholdWarning"/>
<Property TypeID="IBM.WinComputer" PropertyID="PowerThresholdCritical"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="IBM.WinComputer.DiscoveryProvider">
<IntervalSeconds>14400</IntervalSeconds>
<Computer>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Computer>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>