Skip to main content

Cloud metering

CloudMeteringModule

This module is used for the configuration of Cloud metering settings.

propertyNameDescription
IncomingFolderThe folder on the Inventory Server where the DIS rules that are distributed by SUS will be stored.
Default = C:\ProgramData\SnowSoftware\Inventory\Resources\DIS Rules
IntervalSet the period of time for how often the Inventory Server will check the IncomingFolder for updates (D:HH:MM:SS).
Default = 12:00:00 (12 hours)
EnableForAllAgentsWhen set to true, the Inventory Server will publish the cloud application ruleset to all inventoried agents.
Default = false
EXAMPLE
<ModuleConfiguration>
<Module typeName="CloudMeteringModule">
<Setter propertyName="IncomingFolder">"C:\\ProgramData\\SnowSoftware\\Inventory\\Resources\\DIS Rules"</Setter>
<Setter propertyName="Interval">"12:00:00"</Setter>
<Setter propertyName="EnableForAllAgents">false</Setter>
</Module>
</ModuleConfiguration>