Skip to main content

Discovery file queue

DiscoveryFileQueueModule

This module is used to save copies of discovery-data files.

propertyNameDescription
IncomingFolderThe base folder from where inventory files are retrieved for processing.
IncomingFolder = C:\Program Files\Snow Software\Snow Inventory\Server\Incoming
Files are retrieved from <IncomingFolder>\data\processing
EnableFileHistorySet to true, copies of discovery-data files will be saved.
Set to false, copies of discovery-data files will not be saved.
Default = false
Copies of discovery-data files are saved in <IncomingFolder>\announcements\history
note

Copies of discovery-data files are not automatically deleted. Make sure to delete them manually from time to time to prevent a full disk.

EXAMPLE
<ModuleConfiguration>
<Module typeName="DiscoveryFileQueueModule">
<Setter propertyName="IncomingFolder">"C:\\Program Files\\Snow Software\\Snow Inventory\\Server\\Incoming"</Setter>
<Setter propertyName="EnableFileHistory">false</Setter>
</Module>
</ModuleConfiguration>