arguments in commands
Posted: Wed Jan 11, 2017 5:42 am
Hello everyone,
i'm currently trying to update my commands to match my script modification.
I added a "--port" option for my script, but I can't get it to work in command :
and this in return :
I think there is a mixup with "-a --port" but I can't find the documentation for this particular case.
earlier, I add this one :
and it worked perfectly ...
any ideas ?
thank you
i'm currently trying to update my commands to match my script modification.
I added a "--port" option for my script, but I can't get it to work in command :
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -c windows_flexlm -a --port $ARG1$Code: Select all
The command (windows_flexlm) returned an invalid return code: 255earlier, I add this one :
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -c windows_flexlm -a $ARG1$any ideas ?
thank you