Search found 4 matches

by sysadmin9
Wed Jul 06, 2016 5:23 am
Forum: Open Source Nagios Projects
Topic: check_oracle issue
Replies: 7
Views: 7104

Re: check_oracle issue

Hello, I entered below command but getting error: ./check_oracle --tablespace DB11G SGIATDB SGIATDB SG_DATA 90 80 Here, tablespace name - SG_DATA username - SGIATDB password - SGIATDB oracle SID - DB11G warning level - 90 and 80 Error: CRITICAL - ORA-00942: table or view does not exist Please check....
by sysadmin9
Fri Jun 24, 2016 7:14 am
Forum: Open Source Nagios Projects
Topic: check_oracle issue
Replies: 7
Views: 7104

Re: check_oracle issue

Hello,

I have attached the plugin, would suggest you to open it up with wordpad.

Regards,
Sysadmin9
by sysadmin9
Thu Jun 23, 2016 4:18 am
Forum: Open Source Nagios Projects
Topic: check_oracle issue
Replies: 7
Views: 7104

Re: check_oracle issue

What is the output of check_oracle -V ? Can you attach it for us to look at? The reason I ask, is there are a few different ones that are around, and I believe one requires all of the fields entered like that, where as another one would be used like check_oracle --tablespace <ORACLE_SID> <USER> <PA...
by sysadmin9
Wed Jun 22, 2016 12:43 am
Forum: Open Source Nagios Projects
Topic: check_oracle issue
Replies: 7
Views: 7104

check_oracle issue

Hello, i am trying to do database level monitoring for which was working with check_oracle plugin, but facing issue while viewing the tablespace. check below error for reference check_oracle --tablespace sg_data --sid db11g --user sgiatdb --password sgiatdb --warning 70 --critical 80 ./check_oracle:...