Search found 9 matches
- Tue Feb 25, 2014 11:17 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Platform: osname=linux, osvers=2.6.32-220.el6.x86_64, archname=x86_64-linux-thread-mul ti uname='linux c6b8.bsys.dev.centos.org 2.6.32-220.el6.x86_64 #1 smp tue dec 6 19:48:22 gmt 2011 x86_64 x86_64 x86_64 gnulinux ' config_args...
- Sun Feb 23, 2014 7:50 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
This is what I get when running the perl -V. # file /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi/auto/DBD/DB2/DB2.so perl -V/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi/auto/DBD/DB2/DB2.so: executable (RISC System/6000) or object module not stripped
- Thu Nov 07, 2013 2:42 am
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
The same ones that I started with.
- Tue Oct 29, 2013 11:56 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
The same one I started with. I get errors running this locally and when I try to configure it within NagiosXI. root@qwmsdb201:/opt/nagios/libexec# ./check_db2_health --username=nagios --password=nagios --database=AWGQA --mode=lock-waits CRITICAL - cannot connect to AWGQA. install_driver(DB2) failed:...
- Tue Oct 22, 2013 4:57 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
Yes, I tried the exports. I am still getting the same errors.
- Wed Oct 16, 2013 12:28 am
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
I fixed the memory issue. By changing the ulimit myself. (It was low) CPAN was able to install DBD::DB2 but it was already up to date. I still get the same error. http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg21297335 Suggests that the DB2 library path needs to be set with an export. Th...
- Tue Sep 24, 2013 5:13 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
I was able to run CPAN. However when I try to update it or install DBD::DB2 I get an out of memory error even though I have an unlimited ulimit. cpan> install Bundle::CPAN CPAN: Storable loaded ok Going to read /home/wmsqa/.cpan/sources/authors/01mailrc.txt.gz Going to read /home/wmsqa/.cpan/sources...
- Sun Sep 22, 2013 8:53 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
Re: DB2 monitoring error check_db2_health
The plugin is installed in the /opt/nagios/libexec folder with the rest of the NRPE check files. The file is not being run from an untarred download. Our AIX team installed DBD::DB2 and the files that the output says are missing are right where it is looking for them. The arguments appear to be vali...
- Wed Sep 18, 2013 10:25 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7132
DB2 monitoring error check_db2_health
We are trying to install Nagios XI and have it monitor our lock waits on the DB2 AIX servers. We can get the NRPE installed and monitor the CPU and drive space. The last piece that we need to clear this for purchase is the DB2 monitoring. We are using the check_db2_health addon. The prerequisite for...