User Privilege for DamengDB Monitoring
To effectively monitor DamengDB in Applications Manager, the Monitor user must be granted the Data Viewer privilege.
To grant this privilege to the newly created user, please follow the steps given below:
- Connect to your DamengDB instance using a client such as DMS or a command-line interface like DmSQL.
If you do not have an existing user, run the following SQL command to create a new one. However, if you already have an existing user, please skip this step.

CREATE USER <username> IDENTIFIED BY "<password>";
Replace <username> with the desired username and <password> with a secure password for the user.
Grant the Data Viewer privilege to the user by running the following SQL command:

GRANT SELECT ANY TABLE TO <username>;
Replace <username> with the desired username.
- This will grant the user permission to view data from any table in the database.
- You can now use this user profile to add DamengDB monitoring within Applications Manager.
New to ADSelfService Plus?
Related Articles
Monitoring HAProxy - Configuring the HAProxy Stats page
To effectively monitor an HAProxy instance, you can enable and access the HAProxy stats page, which provides real-time metrics about HAProxy's performance. Steps to Enable HAProxy Stats: Open the HAProxy Configuration File: The HAProxy configuration ...
Real User Monitoring Agent - Frequently asked questions
How to change Applications Manager details in RUM Agent? Open the AppServer.properties file located under <RUMAgent_Home>/conf/ directory in any text editor. Update Applications Manager hostname in apm.host key. Update Applications Manager SSL Port ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
Windows Monitoring - FAQ
This Knowledge Base article provides answers to frequently asked questions related to Windows Server monitoring through WMI. The articles are categorized based on the monitoring lifecycle to help you quickly identify the relevant troubleshooting ...
Real User Monitor (RUM) - Troubleshooting guide
If your Real User Monitor has not collected data for an extended period, follow the steps below to troubleshoot the issue. Step 1: Verify the RUM Agent configuration Real User Monitoring requires the RUM Agent to be installed and mapped to ...