#! /bin/sh retStr=`/usr/lib/nagios/plugins/check_procs -a jvb` retCode=${?} echo "${retStr}" exit ${retCode}