path: nagios4_4.4.6-4.1/functions
	base=`basename $1`
	pid=`pidofproc $base`
	if [ "$pid" != "" ] ; then
		echo "$1 (pid $pid) is running..."
