FileStoreQueue
This tab is only available for the master. It shows the list of all files that were uploaded to the master for handling.
It is divided into the following two parts:
File Store Queue Load
The upper part of the view displays information about the contents of the file store queue via a bar chart, that is it show a bar per file type and the number of files of this type is represented in the hight of the bar. The graph is automatically updated according to the user settings defined in the Preferences and thus allows you to follow the progress of time and resource consuming processes. This tab is provided to ensure that your master is not becoming overloaded, that is, in a perfect environment this tab should always be empty.
Oldest File by Priority
The table in the lower part of the view displays the oldest file for each of the possible priorities together with the following information:
Parameter | Description |
---|---|
QueueId | The unique identifier of the file given to it by the database. |
FileType | The type of the file, for example, Identity, OperationalRuleStatus or Package . The type is based on the source module of the file. The modules used by modules such as Inventory, Packages, Operational Rules, Rollout, Identity , etc. |
SourceDevice | Shows the name of the machine on which the file was created plus its port number, for example, scotty:1610 . |
FirstRelay | The name of the first relay if the transfer channel is Data , that is, the data is being sent to a client. If the object is defined Notification , this field is empty, as the way to the managed device is known to the master and thus does not need to be stored. |
FilePath | The path to the file where it is located on the master. |
FileLabel | The label is based on the source module of the file, for example, the name of the step of an operational rule, or the package name used on the client for an package. |
FileName | This field displays the physical name of the file. |
FileChecksum | The checksum of the file. |
Priority | This value is only used by the asset discovery module when integrating inventories of remote devices. The default value of 100 is lowered to 500 if an inventory to be integrated arrives before the identity of the device. |
FileInfo | Information that is passed on by the files. |
AdditionalInfo | Any additional information that might be passed on, for example, additional parameters that are passed on by file type. |
FileTypePriority | The priority order in which the files are handled. Most files have a priority of 0 (low). If a file has priority 1 (high), it is handled first. |