Re: New Nagios Build - unable to get NRPE working
Posted: Thu Jul 31, 2014 2:02 pm
Slight correction:
Note that the args are passed as -a, not -c, and if you want more than one, you need to put them in quotes.
That should be:./check_nrpe -H <client ip> -c <command> -c <args>
Code: Select all
./check_nrpe -H <client ip> -c <command> -a "<args>"