Pre-Requisites for monitoring the Progress database

In order to monitor a Progress database server, a special database user account has to be created in every Progress database instance that requires monitoring.  To create the database user, use the following command:

create user <user_name>, <password>

Then, for the created user, grant the following privileges one after the other.

grant select on pub."_ActAILog" to <user_name>

grant select on pub."_Area" to <user_name>

grant select on pub."_AreaStatus" to <user_name>

grant select on pub."_ActBILog" to <user_name>

grant select on pub."_Actbuffer" to <user_name>

grant select on pub."_BuffStatus" to <user_name>

grant select on pub."_Connect" to <user_name>

grant select on pub."_ActIOFile" to <user_name>

grant select on pub."_ActIndex" to <user_name>

grant select on pub."_Latch" to <user_name>

grant select on pub."_LockReq" to <user_name>

grant select on pub."_ActServer" to <user_name>

grant select on pub."_UserIO" to <user_name>

grant select on pub."_UserLock" to <user_name>

grant select on pub."_Logging" to <user_name>

grant select on pub."_File" to <user_name>

grant select on pub."_Trans" to <user_name>

grant select on pub."_Connect" to <user_name>

grant select on pub."_ActOther" to <user_name>

grant select on pub."_Index" to <user_name>

grant select on pub."_IndexStat" to <user_name>

grant select on pub."_TableStat" to <user_name>

grant select on pub."_DbStatus" to <user_name>

grant select on pub."_DbParams" to <user_name>