Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
jesuslopez
Thanks for posting an updated version of the plug-in the additional metrics are good. I did note a couple of minor corrections for your consideration.
The current usage string incorrectly indicates lower case -h for host:
echo "$PROGNAME -u user -p password -h host -P port -a application"
Also, the output shows memory in units of MB, but is really bytes:
This should either be divided by 1024^2 or change units to B.
Thanks again.
The current usage string incorrectly indicates lower case -h for host:
echo "$PROGNAME -u user -p password -h host -P port -a application"
Also, the output shows memory in units of MB, but is really bytes:
This should either be divided by 1024^2 or change units to B.
Thanks again.
Owner's reply
Thanks the main source on github https://github.com/vahidhedayati/check_TomcatApplication/check_TomcatApplication.sh
has been updated to reflect your notes.