Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please provide detailed documentation for check_db2_health pre-requisites #5

Open
ranjithkodumbu opened this issue Feb 9, 2020 · 3 comments

Comments

@ranjithkodumbu
Copy link

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.

@angoca
Copy link

angoca commented Jul 7, 2020

Also, what kind to permissions does it need? for example, when a database is created as restricted, which grants or authorities should I grant?

@angoca
Copy link

angoca commented Jul 8, 2020

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

@angoca
Copy link

angoca commented Jul 9, 2020

db2 grant select,update on SYSTOOLS.STMG_DBSIZE_INFO to nagios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants