Page 1 of 1

How to implement nagios monitoring for JVM in Windows 2008

Posted: Thu May 07, 2015 9:21 am
by ganeshanrs1983
Team,

Could you please help me how to implement nagios monitoring for JVM (java virtual machine) in windows 2008 server.

Re: How to implement nagios monitoring for JVM in Windows 20

Posted: Thu May 07, 2015 1:05 pm
by jdalrymple
That's a pretty abstract question. Are you trying to make sure that a JVM is being used by some java process? You could just monitor for the java.exe process (nsclient can handle this easily) if so. Can you be a little more clear on your use-case then maybe we can offer a more clear answer?

Re: How to implement nagios monitoring for JVM in Windows 20

Posted: Wed Jun 03, 2015 7:23 am
by meveno
How could you monitor a jvm, launched through a service (which use a exe-wrapper to finally launch the jvm) ?
I want to monitor the heap usage and gc activity.

I've tried to use check_jvm but It seems to be made for linux and my tries on Windows were not successfull ;)

Any hint or advice ?

Re: How to implement nagios monitoring for JVM in Windows 20

Posted: Wed Jun 03, 2015 11:15 am
by abrist
Is checking through JMX remote a possibility? If so, you may want to look at:
https://exchange.nagios.org/index.php?o ... =check_jmx