Page 1 of 1

check_oracle

Posted: Tue Sep 27, 2011 10:33 am
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.