russellvt / nrpe-ng

The next generation Nagios Remote Plugin Executor
GNU General Public License v2.0
1 stars 1 forks source link

dont_blame_nrpe not working properly #4

Open polski-g opened 2 years ago

polski-g commented 2 years ago

If you had a server command of command[check_custom]=/bin/se$ARG1$ $ARG2$ $ARG3$

And tried to run check_nrpe_ng ... -c check_custom -a q 1 2 what you would expect is an attempt to run /bin/seq 1 2 as was done with original nrpe. With nrpe-ng, it was trying to just run q 1 2

This patch corrects this issue.