JBOSS Memory Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ytlcomm
Posts: 62
Joined: Tue May 22, 2012 8:52 pm

JBOSS Memory Monitoring

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: JBOSS Memory Monitoring

Post 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.
User avatar
Mitchell
Posts: 130
Joined: Thu Jan 05, 2012 2:33 am

Re: JBOSS Memory Monitoring

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: JBOSS Memory Monitoring

Post by scottwilkerson »

Thanks for the feedback Mitchell!
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked