Upgrade to 5R1.0 Broken Oracle Checks

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jstoddart
Posts: 46
Joined: Fri Apr 11, 2014 5:52 am

Upgrade to 5R1.0 Broken Oracle Checks

Post by jstoddart »

We have the oracle checks implemented and used extensively, since upgrading to %R1.0 they all fail with this message:

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/lib64/perl5/DynaLoader.pm line 200.
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 ./check_oracle_health line 4755

The file in question does exist and has not changed as far as I am aware.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Upgrade to 5R1.0 Broken Oracle Checks

Post by hsmith »

Are you using check_oracle or check_oracle_health ? I assume in the case it is check_oracle_health, but I want to be sure.
Former Nagios Employee.
me.
jstoddart
Posts: 46
Joined: Fri Apr 11, 2014 5:52 am

Re: Upgrade to 5R1.0 Broken Oracle Checks

Post by jstoddart »

Check oracle health
jstoddart
Posts: 46
Joined: Fri Apr 11, 2014 5:52 am

Re: Upgrade to 5R1.0 Broken Oracle Checks

Post by jstoddart »

We have resolved this, for some reason the upgrade changed the $ORACLE_HOME in the commands from `/usr/lib/oracle/11.2/client64` to `/usr/lib/oracle/11.2/client` which does not exist
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Upgrade to 5R1.0 Broken Oracle Checks

Post by hsmith »

Thanks for providing that information! I'll go ahead and close this thread since it is resolved.
Former Nagios Employee.
me.
Locked