CHECK_ORACLE_HEALTH - unable to aquire tablespace info

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
linux4force
Posts: 3
Joined: Fri Jan 06, 2017 11:10 am

CHECK_ORACLE_HEALTH - unable to aquire tablespace info

Post by linux4force »

Hi everyone

I have a monitoring to check tablespace Oracle.
The monitoring this is returning in console and web interface.

Code: Select all

[root@nagios libexec]#./check_oracle_health --connect=service --user=xxxxx --password=xxxxx  --mode=tablespace-usage
CRITICAL - unable to aquire tablespace info
What could cause this return?
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: CHECK_ORACLE_HEALTH - unable to aquire tablespace info

Post by gormank »

Did you install DBD and other modules? Did you run all the grants on the DB?
Maybe try telling it to do a tnsping and run with the verbose argument.
Locked