Page 1 of 1
Check_Oracle_health
Posted: Wed Jan 02, 2019 1:05 pm
by jrojasrock
Hi all
I am installing the plugin and trying certain features, but when viewing, the nagios website shows an unknown status, being that the status information appears correct.
What could be what is failing?
I attached an image
Re: Check_Oracle_health
Posted: Wed Jan 02, 2019 3:47 pm
by tgriep
Under certain circumstances, the latest version of the DBD::Oracle plugin causes the unknown to be returned by the plugin and if you downgrade that module, it may fix the issue.
Do downgrade it, run the following commands as root. Replace xx.x with the version of the Oracle Instant Client you installed on the server.
Code: Select all
export ORACLE_HOME=/usr/lib/oracle/xx.x/client64
export LD_LIBRARY_PATH=/usr/lib/oracle/xx.x/client64/lib
cd root
wget http://search.cpan.org/CPAN/authors/id/P/PY/PYTHIAN/DBD-Oracle-1.74.tar.gz
tar -xvzf DBD-Oracle-1.74.tar.gz
cd DBD-Oracle-1.74
perl Makefile.PL -l
make && make test
make install
After this, see if the status of the plugin changes from unknown to the correct status.
Re: Check_Oracle_health
Posted: Wed Jan 02, 2019 4:21 pm
by jrojasrock
Thank you very much!
It's works!
Goodbye
Re: Check_Oracle_health
Posted: Wed Jan 02, 2019 5:22 pm
by scottwilkerson
jrojasrock wrote:Thank you very much!
It's works!
Goodbye
Great!
Locking thread