Page 4 of 4

Re: New Nagios Build - unable to get NRPE working

Posted: Thu Jul 31, 2014 2:02 pm
by eloyd
Slight correction:
./check_nrpe -H <client ip> -c <command> -c <args>
That should be:

Code: Select all

    ./check_nrpe -H <client ip> -c <command> -a "<args>"
Note that the args are passed as -a, not -c, and if you want more than one, you need to put them in quotes.

Re: New Nagios Build - unable to get NRPE working

Posted: Thu Aug 07, 2014 2:08 pm
by mmiltchev
Hey turboscrew, did lmiltchev's answer resolve your issue?

Re: New Nagios Build - unable to get NRPE working

Posted: Fri Aug 29, 2014 9:08 am
by turboscrew
Oh TERRIBLY sorry for the delay: Yes (and eloyd's too).
(Just have been busy and million other things in my mind.)