|
From: Christoph S. <in...@st...> - 2009-05-20 16:17:29
|
Hi, Problem is the first $ in password1$ of your command-definition (check_nt) command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s Password1$ -v $ARG1$ $ARG2$ I would say, that it should be -s $USER2$ when you store the password in your resource.cfg or -s $Password1$ Bye Christoph (Stoeps) |