Search found 17 matches

by comeonyoyo
Wed Jul 11, 2018 8:17 pm
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

Re: XI check_oracle_health plugin tablespace errors

here is the result of test, and I will check with the owner of the database

grant select on SYS.DBA_DATA_FILES to nagios;
grant select on SYS.DBA_FREE_SPACE to nagios;

connection-time (looks ok)
connection time.png
list-tablespace (the same error)
list tablespace.png
Thank you ~
by comeonyoyo
Sun Jul 08, 2018 8:11 pm
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

Re: XI check_oracle_health plugin tablespace errors

I'm not sure what you are saying.

Which test should I do ?
by comeonyoyo
Thu Jul 05, 2018 8:05 pm
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

Re: XI check_oracle_health plugin tablespace errors

check_oracle_health plugin check_oracle_health-1.7.3 check_oracle_health-3.0.1 check_oracle_health-3.1.2 and so on each of the versions has the same problems bumm Can't call method "execute" on an undefined value at /usr/local/nagios/libexec/check_oracle_health line 6XXX. Can't use an unde...
by comeonyoyo
Wed Jul 04, 2018 12:33 am
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

Re: XI check_oracle_health plugin tablespace errors

change to check_oracle_health-3.0.1
2018-07-04_133157.png
vi
2018-07-04_132604.png
by comeonyoyo
Tue Jul 03, 2018 4:33 am
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

Re: XI check_oracle_health plugin tablespace errors

Here is -v log...how to analyze it ? Thanks
by comeonyoyo
Tue Jul 03, 2018 12:48 am
Forum: Nagios XI
Topic: XI check_oracle_health plugin tablespace errors
Replies: 13
Views: 2794

XI check_oracle_health plugin tablespace errors

Hello everyone I use the plugin check_oracle_health (ver 3.1) with oracle rpm 11.2 or 12.2 --mode tablespace-free shows errors below bumm Can't call method "execute" on an undefined value at /usr/local/nagios/libexec/check_oracle_health line 6291. Can't use an undefined value as an ARRAY r...
by comeonyoyo
Tue May 29, 2018 7:46 pm
Forum: Nagios XI
Topic: Critical - (500 Can't connect to x.x.x.x:443)
Replies: 3
Views: 1207

Re: Critical - (500 Can't connect to x.x.x.x:443)

Hi, it shows they are the same version # /usr/local/nagios/libexec/check_http -V check_http v2.0.3 (nagios-plugins 2.0.3) # ./check_http_eappurl!https://x.x.x.x/login.aspx!10!20!!!!! -bash: !https: event not found After I change the CA and import , the problem disappear . It`s ok now Thank you for y...
by comeonyoyo
Tue May 29, 2018 12:49 am
Forum: Nagios XI
Topic: Critical - (500 Can't connect to x.x.x.x:443)
Replies: 3
Views: 1207

Critical - (500 Can't connect to x.x.x.x:443)

Hi Guys when I use XI 2014R2.7 , It`s ok to use command : check_http_eappurl!https://x.x.x.x!10!20!!!!! It responses ok . In the status information of service check After I migrate it to XI 5.4.11 ,and use the same command : check_http_eappurl!https://x.x.x.x!10!20!!!!! It responses Critical - (500 ...
by comeonyoyo
Wed May 23, 2018 8:44 pm
Forum: Nagios XI
Topic: POP3Client error
Replies: 8
Views: 1971

Re: POP3Client error

Sure!!

You may close this thread, have a nice day~
by comeonyoyo
Tue May 22, 2018 8:38 pm
Forum: Nagios XI
Topic: POP3Client error
Replies: 8
Views: 1971

Re: POP3Client error

It can`t be fixed by cpan[1]> install Email::MIME this time, will read timeout . After yum install perl-Email-MIME, it fixs these problems.
Thanks a lot for both of your great support. ^^