Cloud metering
CloudMeteringModule
This module is used for the configuration of Cloud metering settings.
propertyName | Description |
---|---|
IncomingFolder | The 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 |
Interval | Set 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) |
EnableForAllAgents | When set to true, the Inventory Server will publish the cloud application ruleset to all inventoried agents. Default = false |
Example 34.
<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>