Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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.