Page 1 of 1

check_oracle_health give segmentation fault (core Dump)

Posted: Wed Dec 05, 2018 10:07 pm
by biswajit.banerjee
Hi ,
Using Nagios XI 5.5 on RHEL 7.5 , the Oracle Wizard installs the oracle server without any issue . All the services give correct outputs but shows the service state as Unknown .
Further diagnosis , found that , on cli , the output has "segmentation Fault ( core dump )" at the last line after correct out put.
We have tried different versions of oracle clients for linux also upgraded check_oracle_health plugin to current version , but issue remains the same . we also tried to reinstall DBD::Oracle too .
Where do you see the issue ? Please guide us to proceed .

Thanks
Regards
Biswajit Banerjee

Re: check_oracle_health give segmentation fault (core Dump)

Posted: Thu Dec 06, 2018 10:55 am
by cdienger
I recently had another customer run into this and reach out to the plugin's author to track down the issue. It's not clear exactly what the problem was but it's something to do with the DBD::Oracle module. Changing the method by adding "--method sqlplus" to the plugin command did the trick.

https://labs.consol.de/nagios/check_ora ... index.html

Re: check_oracle_health give segmentation fault (core Dump)

Posted: Fri Dec 07, 2018 1:37 am
by biswajit.banerjee
Thanks Dear , it solved the issue
Thanks a lot