Search found 1 match
- Fri Nov 09, 2012 4:50 pm
- Forum: Open Source Nagios Projects
- Topic: Valid command_line directories
- Replies: 1
- Views: 701
Valid command_line directories
I have a: command_line /usr/bin/ssh ... When I run a job using that command line I get (Return code of 126 is out of bounds - plugin may not be executable) I issue the command (as root): cp /usr/bin/ssh /usr/local/bin change the command to command_line /usr/local/bin/ssh ... and reload; no other cha...