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.
eloyd
Cool Title Here
Posts: 2190 Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:
Post
by eloyd » Thu Jul 31, 2014 2:02 pm
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.
mmiltchev
Posts: 10 Joined: Tue Jun 18, 2013 2:16 pm
Post
by mmiltchev » Thu Aug 07, 2014 2:08 pm
Hey turboscrew, did lmiltchev's answer resolve your issue?
turboscrew
Posts: 23 Joined: Wed Jul 30, 2014 6:15 am
Post
by turboscrew » Fri Aug 29, 2014 9:08 am
Oh TERRIBLY sorry for the delay: Yes (and eloyd's too).
(Just have been busy and million other things in my mind.)