Skip to content

Migrate from Standalone to Extension

This page covers the steps to stop an existing standalone agent (v1 or Standalone) and switch to the Dynatrace Extension.

Terminal window
sudo systemctl stop ms-teams-observability-agent@default.service
sudo systemctl disable ms-teams-observability-agent@default.service
# Confirm the service is stopped
sudo systemctl status ms-teams-observability-agent@default.service

If the agent runs via cron instead of systemd:

Terminal window
crontab -e
# Remove the line that invokes ms-teams-agent

Step 2 — Install and configure the extension

Section titled “Step 2 — Install and configure the extension”

Follow the Extension Installation guide.

Once the extension is confirmed working:

  1. Remove the standalone agent binary and configuration files from the host.
  2. Remove the license file from disk (credentials are now managed by Dynatrace).
  3. Remove any cron jobs or scripts that launched the standalone agent.