スマートエージェントタグの設定オプション

環境変数に設定されているすべてのスマートエージェントタグのレポートを有効にするには、次の手順を実行します。

  1. <machine_agent_home> /extensions/ServerMonitoring/conf/ServerMonitoring.yml ファイルを編集します。
  2. smartAgentTagsConfig: セクションで、enabled: "true" に設定します。
//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