エージェント コマンド センターの統合

エージェント コマンド センターは、Splunk AppDynamics でエージェントを表示できる Web インターフェイスであり、エージェントの正常性履歴を表示したり、バージョンアップグレードを実行したりすることができ、障害が発生した場合にはエージェントの回復またはロールバックを実行することができます。

注: 地域のサポートまたはスケール要件に関してご質問やご不明な点がございましたら、Splunk AppDynamics にお問い合わせください。

カスタマー サポート

.

Requirements

  • Docker
  • Docker-compose

Before You Begin

Perform the following steps before upgrading the agents:

  1. Upload a newAppServerAgent.zip or MachineAgent.zip file to the Controller.
  2. Verify the checksum of the zip files displayed on the Controller.

Installation

To install the Agent Upgrade, you must:

  1. Clone the agent-control-center repo using git clone command.
  2. Edit the file setup.env which is located at config folder to refer to configurations section below.
  3. Run the command: docker-compose up -d .

Configure the Agent Command Center

Configure the Agent Command Center to connect to the Splunk AppDynamics setup.env file in the config folder. To configure the Agent Command Center, use the following file content:

APPDYNAMICS_CONTROLLER_HOST_NAME="https://.saas.appdynamics.com"
APPDYNAMICS_CLIENT_ID="@"
APPDYNAMICS_CLIENT_SECRET=""

How Does It Work?

  1. Go to the Agent Control Center and access http://localhost:3000 using your Web Browser.
  2. Click AppDynamics > Agents. All agents in the AppDynamics environment will be listed.
  3. Click Play next to the corresponding agent to upgrade the agent version.
  4. Click Create Task to confirm the new agent version, and the server access key. An Ansible task will be created, which prepares the agent version update.