Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weblogic health monitoring feature

Tags:

java

jmx

weblogic

Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'.

How can i expose my application health to this tab? Is there a developer's guide somewhere?

enter image description here

To clarify what i want to do: Output my application background process states to this 'Health' monitoring page in the WLS admin page.

like image 399
JavaRocky Avatar asked Nov 05 '22 16:11

JavaRocky


1 Answers

The guide Configuring and Using the Diagnostics Framework for Oracle WebLogic Server might be worth a look. It describes how to configure Weblogic to monitor your custom JMX beans, among other things. I don't know if this framework is used by the Health tab you're referring to, though.

like image 91
markusk Avatar answered Nov 12 '22 20:11

markusk