Valid command_line directories
Posted: Fri Nov 09, 2012 4:50 pm
I have a:
When I run a job using that command line I get change the command to
and reload; no other changes. Now it works. I've tried this with many different directories and /usr/lib64/nagios/plugins, /usr/lib64/nagios/plugins/local (I created) work; what (if anything) else might work? I know this may be a Red Hat configure choice or packaging issue; if so and someone knows, please let me know.
Thanks.
Code: Select all
command_line /usr/bin/ssh ...
I issue the command (as root):(Return code of 126 is out of bounds - plugin may not be executable)
Code: Select all
cp /usr/bin/ssh /usr/local/binCode: Select all
command_line /usr/local/bin/ssh ...
Thanks.