Tomcat Monitoring
Re: Tomcat Monitoring
Ok thanks. I will wait.
Re: Tomcat Monitoring
This is a bug in check_jvm.jar, I wasn't able to get the less than to work in the thresholds by itself. So -w 2: -c 1: which would warn if less than 2 and crit at less than 1 isn't working but you can kind of fake it like this:
That would warn if less than 2 and warn if greater than 1000000, it would also go critical if less than 1 or critical if greater than 2000000.
EDIT: I have submitted the bug report to development so they can fix it:
NEW TASK ID 15534 created - Nagios XI Bug Report: XI - Tomcat Wizard plugin (check_jvm.jar) doesn't work with less than thresholds
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -H 192.168.X.X -t 'XXXXXX' -P 5693 -M plugins/check_jvm.jar -a '-s "service:jmx:rmi:///jndi/rmi://localhost:9000/jmxrmi" -u tomcat -p tomcat -t tomcat -C RequestsPerMinute:"http-nio-8080" -w 2:1000000 -c 1:2000000'EDIT: I have submitted the bug report to development so they can fix it:
NEW TASK ID 15534 created - Nagios XI Bug Report: XI - Tomcat Wizard plugin (check_jvm.jar) doesn't work with less than thresholds