Agent Reuse Node Name Prefix

When you configure the agent to reuse node names, use this property to specify the prefix the Controller uses to generate node names dynamically.

  • Environment Variable: APPDYNAMICS_AGENT_REUSE_NODE_NAME_PREFIX
  • Type: String

    Default None

    Required: When APPDYNAMICS_AGENT_REUSE_NODE_NAME=true

  • Example: Using the following environmental variable specifications, the agent directs the Controller to generate a node name with the prefix reportGen. Node names will have suffixes --1, --2, and so on, depending on how many nodes are running in parallel.APPDYNAMICS_AGENT_REUSE_NODE_NAME=trueAPPDYNAMICS_AGENT_REUSE_NODE_NAME_PREFIX=reportGen.