Skip to main content

Module Configuration

There is some configuration that can be made in the <ModuleConfiguration> element of the Inventory Server configuration file. As seen in the example, the ModuleConfiguration tag can be added as the last tag in the configuration file (before the closing </Configuration> tag)

Example 13.
 <ModuleConfiguration>
    <Module typeName="SnowSoftware.Inventory.Discovery.ActiveDirectory.ActiveDirectoryDiscoveryModule">
        <Setter propertyName="IsEnabled">true</Setter>
        <Setter propertyName="Interval">7.00:00:</Setter>
    </Module>
    <Module typeName="SnowSoftware.Inventory.Server.OwinWebApiServerModule">
      <Setter propertyName="BaseAddress">"http://server1:8778"</Setter>
      <Setter propertyName="AltBaseAddresses">["http://server1:8779","http://server2:8779]</Setter>
    </Module>
  </ModuleConfiguration>


The following sections describe some useful modules. For detailed configuration examples, see Technical Reference: Module Configuration examples for Snow Inventory Server (.xml file).