I notice the command definition for DEV_check_local_disk is asking for 3 args in a non-specific way command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c check_disk -a $ARG1$ $ARG2$ $ARG3$ You could try explicitly declaring the arguments you are sending to the remote machine's check_disk script ...