check_oracle

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
mail2mphani
Posts: 1
Joined: Tue Sep 27, 2011 9:59 am

check_oracle

Post by mail2mphani »

Hi

i am new to the nagios. i trying to monitor oracle database by using check_oracle plugin. when i try to execute the nagios plugin in database server
#./chek_oracle --login testdb
OK - dummy login connected
(testdb is my SID) working fine. But when i try to execute the
#./check_oracle --cache testdb myname mypasswd 85 90
(i got below error)
CRITICAL - ORA-00942: table or view does not exist


syntax for check_oracle --cache <ORACLE_SID> <USER> <PASS> <CRITICAL> <WARNING>

please give me the solution to solve this problem.
Locked