IsEdgeServer Attribute Populator for LogicalDiskExtended

Talon.FAST.Discovery.LogicalDiskExtended.IsEdgeServer (Discovery)

Populates the [IsEdgeServer] attribute which identifies Edge Servers from Logical Disk Instances

Element properties:

TargetMicrosoft.Windows.Server.6.2.LogicalDisk
EnabledTrue
Frequency600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.RegistryDiscoverySingleProvider Default

Source Code:

<Discovery ID="Talon.FAST.Discovery.LogicalDiskExtended.IsEdgeServer" Target="MWSL!Microsoft.Windows.Server.6.2.LogicalDisk" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Talon.FAST.EdgeServer.LogicalDiskExtended">
<Property TypeID="Talon.FAST.EdgeServer.LogicalDiskExtended" PropertyID="IsEdgeServer"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.RegistryDiscoverySingleProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<AttributeName>IsEdgeServer</AttributeName>
<Path>Talon\tum\Client\Sysid</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
<Frequency>600</Frequency>
<ClassId>$MPElement[Name="Talon.FAST.EdgeServer.LogicalDiskExtended"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Talon.FAST.EdgeServer.LogicalDiskExtended"]/IsEdgeServer$</Name>
<Value>$Data/Values/IsEdgeServer$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>