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