Actions
Install check db2 health » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
chin-yeh, 09/08/2010 05:11 PM
Install check_db2_health¶
Important note: Install this addon on the Nagios machine.
Official website: http://labs.consol.de/nagios/check_db2_health/
Prerequisites¶
This addon requires the following Perl modules in order to work properly:DBI
DBD::DB2
Installation Steps¶
- login to the database server (which to be monitored by
Nagios
)- if
nagios
user andnagios
group do not exist:# useradd nagios # passwd nagios
- if
nagios
user andnagios
group exist, proceed to next step
- if
- login to the database server (which to be monitored by
Nagios
) with theDB2 user
, e.g. db2inst1, and execute:db2inst1$ db2 update dbm cfg using sysmon_group nagios db2inst1$ db2 grant select,update on table SYSTOOLS.STMG_DBSIZE_INFO to nagios db2inst1$ db2stop; db2start
Updated by chin-yeh over 14 years ago · 5 revisions