Page 1 of 1

Update to NagiosXI 5.6.12 and oracle monitoring broke

Posted: Mon Mar 30, 2020 9:53 am
by gdolidze
I have update nagios and get the following from the oracle alerts.

CRITICAL - cannot connect to 67.111.179.131:1521/dps. install_driver(Oracle) failed: Can't load '/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libocci.so.11.1: cannot open shared object file: No such file or directory at /usr/l
at (eval 19) line 3
Compilation failed in require at (eval 19) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /usr/local/nagios/libexec/check_oracle_health line 4755

Re: Update to NagiosXI 5.6.12 and oracle monitoring broke

Posted: Mon Mar 30, 2020 4:21 pm
by tgriep
Login to the server as root and edit this file.

Code: Select all

/usr/local/nagiosxi/etc/configwizards/oracle/oracle
Update the paths in it to the version of the Oracle Instant client you have installed on the server as the upgrade reset it back to 11.2 which I would guess is not installed on the nagios server.

Re: Update to NagiosXI 5.6.12 and oracle monitoring broke

Posted: Mon Mar 30, 2020 8:27 pm
by gdolidze
It fixed the issue thanks.

Re: Update to NagiosXI 5.6.12 and oracle monitoring broke

Posted: Tue Mar 31, 2020 7:04 am
by scottwilkerson
gdolidze wrote:It fixed the issue thanks.
Great!

Locking thread