Open ranjithkodumbu opened 4 years ago
Also, what kind to permissions does it need? for example, when a database is created as restricted, which grants or authorities should I grant?
For example:
grant select on SYSIBMADM.MON_CONNECTION_SUMMARY to user nagios
Because of:
SQL0551N The statement failed because the authorization ID does not have the required authorization or privilege to perform the operation. Authorization ID: "NAGIOS". Operation: "SELECT". Object: "SYSIBMADM.MON_CONNECTION_SUMMARY". SQLSTATE=42501
db2 grant select,update on SYSTOOLS.STMG_DBSIZE_INFO to nagios
When I tried to connect db2 database plugin from nagios, it is throwing perl module errors. Could you please list out the detailed pre-reqs for packages required as a dependent for this plugin.
e.g. DB2 client/driver etc.