Uninstall MariaDB Agent Manager

Overview

The MariaDB Agent Manager coordinates deployment of the agents needed to consolidate and push data to the Remote Observability Service.

This page describes how to uninstall MariaDB Agent Manager.

Step 1: Stop Agent Manager

On each Forwarding Host and Monitored Host, MariaDB Agent Manager must be stopped by executing the mariadb_agent_manager stop sub-command:

$ mariadb_agent_manager stop

Step 2: Uninstall Agent Manager

On each Forwarding Host and Monitored Host, MariaDB Agent Manager must be uninstalled by executing the mariadb_agent_manager uninstall sub-command.

  • On the Forwarding Host, the mariadb_agent_manager uninstall sub-command can be executed with the -u command-line option, which instructs MariaDB Agent Manager to unregister from the Remote Observability Service all services that the Forwarding Host serves, before uninstalling all local services:

    $ mariadb_agent_manager uninstall -u
    

    After the services are unregistered, there can be a short delay before the services are removed from the monitoring dashboards.

  • On each Monitored Host, the mariadb_agent_manager uninstall sub-command should be executed without the -u flag to uninstall each node's local services:

    $ mariadb_agent_manager uninstall