New Nagios Build - unable to get NRPE working

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: New Nagios Build - unable to get NRPE working

Post 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.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
mmiltchev
Posts: 10
Joined: Tue Jun 18, 2013 2:16 pm

Re: New Nagios Build - unable to get NRPE working

Post by mmiltchev »

Hey turboscrew, did lmiltchev's answer resolve your issue?
turboscrew
Posts: 23
Joined: Wed Jul 30, 2014 6:15 am

Re: New Nagios Build - unable to get NRPE working

Post by turboscrew »

Oh TERRIBLY sorry for the delay: Yes (and eloyd's too).
(Just have been busy and million other things in my mind.)
Locked