Page 1 of 1

JBOSS Memory Monitoring

Posted: Mon Apr 15, 2013 10:34 pm
by ytlcomm
Hi guys

We want to implement memory checking for JBOSS via JBOSS SNMP Adaptor (default SNMP port 1161). I have done this memory checking from Cacti. And now implementing the same in Nagios. Is there any suitable Nagios plugin to check this without installing agent inside the JBOSS server and the check can be run remotely via SNMP adaptor like Cacti?

- Faiz

Re: JBOSS Memory Monitoring

Posted: Tue Apr 16, 2013 9:33 am
by slansing
These are the JBOSS related plugins that we have listed currently:

http://exchange.nagios.org/index.php?op ... word=jboss

Though you should be able to monitor the same metrics with SNMP on the Nagios server as you did with CACTI.

Re: JBOSS Memory Monitoring

Posted: Thu Apr 18, 2013 12:06 pm
by Mitchell
try jolokia agent in proxy mode.
http://exchange.nagios.org/directory/Pl ... rl/details
It has 2 pieces.
A) agent : This can be installed in the JVM which needs be monitored or use it in Proxy mode to avoid installing in every JVM
B) Nagios plugin : the check_jmx4perl which you will need to connect to the agent to pull matrices.

We use it in proxy mode to monitor over 50 remote JVMs and works really nice.

Re: JBOSS Memory Monitoring

Posted: Thu Apr 18, 2013 12:41 pm
by scottwilkerson
Thanks for the feedback Mitchell!