Java Application monitoring through JMX in nagios
Posted: Mon Mar 18, 2019 6:57 am
Hi Team,
I would like to monitor JVM metrics shown in below link for webmethods-universal-messaging application :
https://communities.ca.com/community/ca ... -available
Can you tell me what are the possibilities to get all mentioned metrics in above URL in nagiosxi.
Im trying to monitor few metrics like jvm heap size ..etc using check_jmx but im getting below error:
[batman@lxvapp1reaiqa23 nagios]$ ./check_jmx -U service:jmx:rmi:///jndi/rmi://localhost:9978/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w 4248302272 -c 5498760192
./check_jmx: line 6: java: command not found
[batman@lxvapp1reaiqa23 nagios]$
Is this something we need to do additional configuration on application java or what exactly?
I would like to monitor JVM metrics shown in below link for webmethods-universal-messaging application :
https://communities.ca.com/community/ca ... -available
Can you tell me what are the possibilities to get all mentioned metrics in above URL in nagiosxi.
Im trying to monitor few metrics like jvm heap size ..etc using check_jmx but im getting below error:
[batman@lxvapp1reaiqa23 nagios]$ ./check_jmx -U service:jmx:rmi:///jndi/rmi://localhost:9978/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w 4248302272 -c 5498760192
./check_jmx: line 6: java: command not found
[batman@lxvapp1reaiqa23 nagios]$
Is this something we need to do additional configuration on application java or what exactly?