JVM Monitoring
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
JVM Monitoring
Hello Team,
Good Day.
We have requirement where we need to monitor running java process. Currently we have a plugin check_java.
So please let me know how to monitor for the same.
Let me know in case if any more details are required.
Regards,
Keerthi Prashanth S.
Good Day.
We have requirement where we need to monitor running java process. Currently we have a plugin check_java.
So please let me know how to monitor for the same.
Let me know in case if any more details are required.
Regards,
Keerthi Prashanth S.
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
Re: JVM Monitoring
Is check_java producing some sort of error messages or otherwise not working?
There's official documentation for using check_jmx to remotely monitor JVMs:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The documentation assumes the particular JVM you are trying to monitor has exposed JMX endpoints that the plugin can reach.
There's official documentation for using check_jmx to remotely monitor JVMs:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The documentation assumes the particular JVM you are trying to monitor has exposed JMX endpoints that the plugin can reach.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: JVM Monitoring
We tried it and its not working.
Please suggest what needs to be done.
Please suggest what needs to be done.
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
Re: JVM Monitoring
What is "it"? Did you try check_java or check_jmx?keerthi.seetharaman wrote:We tried it and its not working.
Can you share any specific errors you're encountering when using either plugin? Those error messages are vital in figuring out the solution.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: JVM Monitoring
@keerthi.seetharaman we need to know what error you are having with the doc to be of assistance. What is happening (we need more information than "its not working")?
Thanks
Thanks
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: JVM Monitoring
As this is new request to monitor to JVM so please let us know what can be done to monitor the number of jvm process.
Let us know in case if any more details are required.
Let us know in case if any more details are required.
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: JVM Monitoring
It was mentioned earlier we have documentation on this
And if so, what isn't working?
To which you repliedmcapra wrote: There's official documentation for using check_jmx to remotely monitor JVMs:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
So to answer your questionkeerthi.seetharaman wrote:We tried it and its not working.
The answer is Yes, we need to know if you actually followed that documentation?keerthi.seetharaman wrote:Let us know in case if any more details are required.
And if so, what isn't working?
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: JVM Monitoring
But this is java virtual machine..
How come JMX is as similar to JVM
How come JMX is as similar to JVM
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: JVM Monitoring
JMX == Java Management Extensions
The only real way to get information out of java is through JMX, unless you are writing something else into your java application.
Other than this, you are only going to be able to do process checking (e.g. is java running)
The only real way to get information out of java is through JMX, unless you are writing something else into your java application.
Other than this, you are only going to be able to do process checking (e.g. is java running)