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.
linux4force
Posts: 3 Joined: Fri Jan 06, 2017 11:10 am
Post
by linux4force » Mon Oct 05, 2020 1:51 pm
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
Post
by gormank » Mon Oct 05, 2020 5:44 pm
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.