Search found 1 match
- Wed Jan 23, 2013 6:34 am
- Forum: Open Source Nagios Projects
- Topic: jboss2nagios plugin problems
- Replies: 2
- Views: 2068
Re: jboss2nagios plugin problems
I have the same issue. I am monitoring a java process and when I do the following command from the command shell, I get the correct heap memory reading. ./check_jmx -U service:jmx:rmi:///jndi/rmi://<ip addres>:<port>/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -w 4150000000 -c 4200000...