how to find the parameters you can monitor using check_jmx
Posted: Tue Jul 24, 2018 11:05 am
Hi,
I was able to setup JMX monitoring on a host in my nagios server. I found a few example attributes online such as ThreadCount, SystemLoadAverage, AvailableProcessors etc online. where can i find the list of all the attributes that i can monitor using the check_jmx plugin.
Example command that i'm using:
./check_jmx -U service:jmx:rmi:///jndi/rmi://$host:$port/jmxrmi -O java.lang:type=OperatingSystem -A SystemLoadAverage -w 85 -c 90 --username user --password pwd
Appreciate all the help in advance.
I was able to setup JMX monitoring on a host in my nagios server. I found a few example attributes online such as ThreadCount, SystemLoadAverage, AvailableProcessors etc online. where can i find the list of all the attributes that i can monitor using the check_jmx plugin.
Example command that i'm using:
./check_jmx -U service:jmx:rmi:///jndi/rmi://$host:$port/jmxrmi -O java.lang:type=OperatingSystem -A SystemLoadAverage -w 85 -c 90 --username user --password pwd
Appreciate all the help in advance.