Page 1 of 1

Weblogic server monitoring issues

Posted: Wed Feb 28, 2018 7:57 am
by keerthi.seetharaman
Web logic server monitoring via Nagios XI gives the error "No response from the agent".

Checked for version also which suggests as 12.1.2.0.0.

Please suggest.

Re: Weblogic server monitoring issues

Posted: Wed Feb 28, 2018 9:42 am
by mcapra
What agent are you using?

What plugin are you using?

What documentation did you follow?

I've done this by enabling JMX in my applications' start-up process. It was pretty painless; No agent required, just run check_jmx against the app's assigned JMX port. That does require knowing some stuff about WebLogic and the apps it's hosting, though.

Re: Weblogic server monitoring issues

Posted: Wed Feb 28, 2018 10:01 am
by keerthi.seetharaman
We are using wiz_check_weblogic plugin.. Previously it was working fine.

Please suggest what can be done.

Re: Weblogic server monitoring issues

Posted: Wed Feb 28, 2018 10:10 am
by mcapra
Can you share where you acquired that plugin from? Or at least share a copy of it in its current form? It's not one I recognize.

Re: Weblogic server monitoring issues

Posted: Wed Feb 28, 2018 4:52 pm
by kyang
Thanks for the help @mcapra!

keerthi.seetharaman, it would be helpful to know where you got this plugin from? I see one on the Nagios Exchange, but I can't be certain because you are using wiz_check_weblogic?

Can you also screenshot how you are using this plugin in Nagios XI? Showing the check_command?

Re: Weblogic server monitoring issues

Posted: Fri Apr 06, 2018 2:40 am
by keerthi.seetharaman
Hello Team,

We have downloaded the plugin from the Nagios exchange website.

Attached the screenshot for your ref.

Let me know in case if any more details are required.

Re: Weblogic server monitoring issues

Posted: Fri Apr 06, 2018 9:12 am
by kyang
Do you happen to have the link? I'm not seeing anything with that name on the Nagios Exchange?

The output simply says "No response from agent".

What version of Weblogic version are you running? 12c?

Also, please take a look at what mcapra has mentioned.
I've done this by enabling JMX in my applications' start-up process. It was pretty painless; No agent required, just run check_jmx against the app's assigned JMX port. That does require knowing some stuff about WebLogic and the apps it's hosting, though.

Re: Weblogic server monitoring issues

Posted: Fri Apr 06, 2018 9:51 am
by keerthi.seetharaman
Hello team,

We are currently using check_weblogic plugin.

Version that is running is 12c..

Re: Weblogic server monitoring issues

Posted: Fri Apr 06, 2018 1:10 pm
by kyang
It looks like the check_weblogic plugin, is not available on the Nagios Exchange any more.

Is it a bash script? Can you attach a copy of that plugin here so I may test it.