Search found 5 matches

by cooljsmb
Mon Jan 16, 2017 5:26 am
Forum: Open Source Nagios Projects
Topic: Nagios - Oracle Plugin check_oracle
Replies: 1
Views: 1264

Nagios - Oracle Plugin check_oracle

Hello There, On CLI , the command return OK status as shown below- [nagios@HP4440-03 libexec]$ ./check_oracle --login ORCL OK - dummy login connected [nagios@HP4440-03 libexec]$ ./check_oracle --tns ORCL OK - reply time 0 msec from ORCL ---------------------------------------------------------------...
by cooljsmb
Mon Jan 16, 2017 3:56 am
Forum: Open Source Nagios Projects
Topic: Nagios - weblogic plugin check_wls.pl
Replies: 5
Views: 2049

Re: Nagios - weblogic plugin check_wls.pl

Hi There,

Its working now. You were right - it was user problem.

Regards
-Jas
by cooljsmb
Mon Jan 16, 2017 2:13 am
Forum: Open Source Nagios Projects
Topic: Nagios - weblogic plugin check_wls.pl
Replies: 5
Views: 2049

Re: Nagios - weblogic plugin check_wls.pl

This is what I see in nagios.log-

[1484550643] SERVICE ALERT: localhost;WEBLOGIC;UNKNOWN;HARD;4;(No output returned from plugin)
[1484550643] SERVICE NOTIFICATION: nagiosadmin;localhost;WEBLOGIC;UNKNOWN;notify-service-by-email;(No output returned from plugin)
by cooljsmb
Mon Jan 16, 2017 2:10 am
Forum: Open Source Nagios Projects
Topic: Nagios - weblogic plugin check_wls.pl
Replies: 5
Views: 2049

Re: Nagios - weblogic plugin check_wls.pl

Hi There, Thank you for the response. This is what I see from cli- [nagios@HP4440-03 ADF_Domain]$ /usr/local/nagios/libexec/check_wls.pl -C -L /usr/local/nagios/etc/wls_config -w 90 -c 95 OK| Managed_Server=25;90;95;; [nagios@HP4440-03 ADF_Domain]$ id uid=54323(nagios) gid=54325(nagios) Regards -Jas
by cooljsmb
Fri Jan 13, 2017 9:15 am
Forum: Open Source Nagios Projects
Topic: Nagios - weblogic plugin check_wls.pl
Replies: 5
Views: 2049

Nagios - weblogic plugin check_wls.pl

Hi There, I am trying to monitor weblogic application server. Although the perl command returns OK status , when executed from Unix shell. I am getting following error being displayed on Nagios web console - Anyone got any clues where I have gone wrong? (No output returned from plugin) This is the c...