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
2
Step 2: Install the Agent Package
Next Steps: Linking the Agent 🔗
Last updated
Was this helpful?

