Configuration Options for Smart Agent Tags

To enable reporting of all smart agent tags set in environmental variables:

  1. Edit the <machine_agent_home> /extensions/ServerMonitoring/conf/ServerMonitoring.yml file.
  2. Under the smartAgentTagsConfig: section, set enabled: "true".
CODE
//ServerMonitoring.yml
smartAgentTagsConfig:
# enabled indicate whether the machine agent should report the Smart agent tags
# If enabled it reports all the smart agent variables set in environment variables (starting with APPDYNAMICS_ENTITY_TAG_ prefix)
enabled: true