Dear Team,
Can you please give step by step configuration for JBOSS server to monitor users and threads.
IS it possible to monitor without NRPE?
If From nrpe please send me the procedure i did not found NRPE Jboss monitoring document.
Thanks in advanced....
How to monitor JBOSS Server user and thread
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: How to monitor JBOSS Server user and thread
This procedure should work for you:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The check_jmx plugin can:
• Monitor standard Java JMX implementation by exposing memory, threads, OS, and garbage collector parameters
• Monitor Tomcat's multiple parameters such as requests, processing time, threads, etc.
• Monitor Spring framework by exposing Java beans parameters to JMX
• Expose any attributes to JMX by declaration or explicitly
• Monitor localhost or remote processes through jmxremote
• Monitor any java object/attribute accessible through JMX, including jboss objects and beans
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The check_jmx plugin can:
• Monitor standard Java JMX implementation by exposing memory, threads, OS, and garbage collector parameters
• Monitor Tomcat's multiple parameters such as requests, processing time, threads, etc.
• Monitor Spring framework by exposing Java beans parameters to JMX
• Expose any attributes to JMX by declaration or explicitly
• Monitor localhost or remote processes through jmxremote
• Monitor any java object/attribute accessible through JMX, including jboss objects and beans
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: How to monitor JBOSS Server user and thread
Hi Thanks box93,
Its very nice explanation to configure Jboss plugin in NaigosXI side superb.
Is it supports only JAVA EAP6. Will it support JAVA6?
If not, please provide any similar link for JAVA6 JMX monitoring.
Thanks.
Its very nice explanation to configure Jboss plugin in NaigosXI side superb.
Is it supports only JAVA EAP6. Will it support JAVA6?
If not, please provide any similar link for JAVA6 JMX monitoring.
Thanks.
Re: How to monitor JBOSS Server user and thread
I don't see this referenced anywhere in the documentation or on the plugin page. Where did you see this?prasadt wrote:Is it supports only JAVA EAP6.
Java 6 should work, since it's JMX that is actually monitored. I can't say if we have specifically tested against 6, however.
Former Nagios employee