Dell Windows Server Detailed Processor Discovery Module

Dell.WindowsServer.Detailed.Proc.Discovery (Discovery)

Knowledge Base article:

Summary

This Discovery rule discovers all Processor instances of the Server

Element properties:

TargetDell.WindowsServer.Processors
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsServer.Detailed.Proc.DataSource Default

Source Code:

<Discovery ID="Dell.WindowsServer.Detailed.Proc.Discovery" Target="ScalableWindowsServer!Dell.WindowsServer.Processors" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.WindowsServer.Detailed.ProcUnit">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Dell.WindowsServer.Detailed.ProcUnit" PropertyID="DeviceID"/>
<Property TypeID="Dell.WindowsServer.Detailed.ProcUnit" PropertyID="Family"/>
<Property TypeID="Dell.WindowsServer.Detailed.ProcUnit" PropertyID="MaxClockSpeed"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Dell.WindowsServerProc.Hosts.ProcUnit"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Dell.WindowsServer.Detailed.Proc.DataSource">
<IntervalSeconds>86400</IntervalSeconds>
<Computer>$Target/Host/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Computer>
</DataSource>
</Discovery>