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
Update to NagiosXI 5.6.12 and oracle monitoring broke
Re: Update to NagiosXI 5.6.12 and oracle monitoring broke
Login to the server as root and edit this file.
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.
Code: Select all
/usr/local/nagiosxi/etc/configwizards/oracle/oracleBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Update to NagiosXI 5.6.12 and oracle monitoring broke
It fixed the issue thanks.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Update to NagiosXI 5.6.12 and oracle monitoring broke
Great!gdolidze wrote:It fixed the issue thanks.
Locking thread