check_smb_share returning error 127
Posted: Wed Apr 12, 2017 9:27 am
Hello,
I have installed the plugin check_smb_share and am trying to set it up. I have the command defined as:
When I run the check from the command line, it works fine and I get back that the share is OK. However, from inside of Nagios, it returns the following error:
I have installed the plugin check_smb_share and am trying to set it up. I have the command defined as:
Code: Select all
$USER$/check_smb_share -H $HOSTNAME$ -s $ARG1$ -u $ARG2$ -p $ARG3$
Any ideas about what I'm doing wrong??(Return code of 127 is out of bounds - plugin may be missing)