Not able to monitor oracle database

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tdhayalan
Posts: 1
Joined: Thu Aug 26, 2021 6:20 am

Not able to monitor oracle database

Post by tdhayalan »

DBI object version 1.627 does not match bootstrap parameter is the error I am getting when I try to setup tablespace monitoring via my Wizard.

We are evaluating to move to Nagios and need lot of help.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Not able to monitor oracle database

Post by ssax »

Did you follow this guide?

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

What is the output of these commands as root:

Code: Select all

uname -a
cat /etc/*release
find / -name DBI.pm
perl -e "print qq(@INC)"
su - nagios
perl -e "print qq(@INC)"
Locked