Previous Topic: Parameters Requiring a Server Restart when Changed

Next Topic: Central Configuration

Web Agent Configurations

The configuration type of a Web Agent determines how the Web Agent obtains the values for its parameters. You can configure a Web Agent with one (or a combination of both) of the following methods:

Central

Receives parameter values from an Agent Configuration Object on the Policy Server.

Local

Receives parameter values from a file installed on the system hosting the web server.

The Web Agent reads its configuration settings using the following process:

  1. When a Web Agent is enabled, it searches the Agent Configuration Object (on the Policy Server) for configuration information.
  2. The Web Agent examines the value of the AllowLocalConfig parameter.
  3. If AllowLocalConfig is set to no, the Web Agent retrieves all of its configuration settings from the Agent Configuration object. If AllowLocalConfig is set to yes, the Web Agent searches the corresponding agent's local configuration file for modified or additional parameters. The settings in the local configuration file override those in the Agent Configuration object.
  4. The Web Agent creates a unified local copy of an Agent Configuration object using the settings from the central and local sources. This local copy does not change the original Agent Configuration object on the Policy Server.

More Information

Central and Local Configuration Together