Related pages: |
Highly-scaled environments frequently contain multiple machines that run the same .NET applications and therefore use the same .NET Agent configuration. Manual configuration updates to several machines can be tedious and error-prone.
Use the Config Management tool in the Controller to upload and manage .NET Agent config.xml
files. By default, the .NET Agent checks for configuration updates from the Controller every minute. Use the Config Management tool to assign configurations to machines where the .NET Agent is running.
Click Settings > Agent Management > Manage Agents > Config Management to manage all the .NET Agent configuration files for your machines.
config.xml
configuration file. The Config Management tool does not validate the config.xml
file..NET Agents deployed on Azure Cloud Services using the NuGet package do not register for Config Management because web role and worker role machine names are not always unique. Duplicate machine names may lead to unexpected consequences.
To start managing your configurations in the Controller, identify a configuration file or set of configuration files to upload. If you are not familiar with .NET Agent configuration, recommends you use the Agent Configuration Utility on each machine to configure the agent. See Administer the .NET Agent and Configure the .NET Agent.
For a full list of configuration properties, see .NET Agent Configuration Properties.
config.xml
files configured with the config.xml
file from a previously configured machine as a template for similar machines that need the exact same configuration.The Import Config dialog enables you to upload a config.xml
file to the Controller and specify a unique name for the configuration.
The Config Management tool enables you to assign machines to a configuration, or change the configuration from one to another. After you assign the configuration in the Controller, the .NET Agent automatically downloads the configuration file.
If a machine does not have a managed configuration, the Config Management tool displays it following Machine with no assigned templates
.
If you select the Register Machine with No Application option on the Application Configuration pane in the |
config.xml
file as config-<date>.xml
in the backup subdirectory of the econfig
directory. See .NET Agent Directory Structure.config.xml file
, it does not apply the managed configuration and it raises an Agent Configuration Error event in the Controller. The event summary indicates the affected tiers and nodes.To configure an agent so that it does not receive configuration files from the Controller, set the enable_config_
deployment
Controller attribute to false
in the config.xml
file. See .NET Agent Configuration Properties.
For example:
<controller host="mycontroller.saas.appdynamics.com" port="443" ssl="true" enable_config_deployment="false"> |
If you mistakenly assign a configuration, follow this procedure to restore a previous version of the config.xml:
config.xml
, to a name such as config.old.xml
.Config
directory. Backup files are named using this format: config-<date>.xml
. config.xml
.config.xml
to opt out of Config Management.