Agent Installation
Instructions for installing the mema-agent application using native OS package managers, including prerequisite steps for creating a local monitor user in MariaDB.
Prerequisite: Create the Local Monitor User
CREATE USER 'monitor'@'localhost' IDENTIFIED BY '<password>';
GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD, REPLICA MONITOR, REPLICATION MASTER ADMIN ON *.* TO 'monitor'@'localhost';Installation via Package Manager (Recommended)
Step 1: Configure the MariaDB Enterprise Repository
1
2
curl -LsSO https://dlm.mariadb.com/enterprise-release-helpers/mariadb_es_repo_setup3
chmod +x mariadb_es_repo_setup
sudo ./mariadb_es_repo_setup --token="YOUR_TOKEN_HERE" --applyStep 2: Install the Agent Package
Next Steps: Linking the Agent 🔗
Last updated
Was this helpful?

