NiCE Library Computer Discovery (Windows)

NiCE.Library.W.Computer.Discovery (Discovery)

Discover the NiCE Library Computer Class for Configuration

Knowledge Base article:

Summary

This Discovery discovers the NiCE Library Computer.

This class is the abse class for all NiCE Products.

Its based on file 'nice_base.env' which is located by default on (Windows) %programdata%/NiCE/conf/ or (Unix/Linux) /var/opt/NiCE/conf/

Element properties:

TargetMicrosoft.Windows.Computer
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource NiCE.Library.W.Computer.Discovery.DS Default

Source Code:

<Discovery ID="NiCE.Library.W.Computer.Discovery" Target="Windows!Microsoft.Windows.Computer" Enabled="false" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="NiCE.Library.W.Computer"/>
<DiscoveryClass TypeID="NiCE.Library.Windows.Computer"/>
<DiscoveryRelationship TypeID="NiCE.Library.W.Windows.Computer.Contains.NiCE.LocalApplication"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="NiCE.Library.W.Computer.Discovery.DS">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TargetSystem>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</TargetSystem>
<DiscoverRollup>true</DiscoverRollup>
<Tracing>false</Tracing>
</DataSource>
</Discovery>