check_oracle_health give segmentation fault (core Dump)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

check_oracle_health give segmentation fault (core Dump)

Post 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
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: check_oracle_health give segmentation fault (core Dump)

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: check_oracle_health give segmentation fault (core Dump)

Post by biswajit.banerjee »

Thanks Dear , it solved the issue
Thanks a lot
Locked