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