Page 3 of 3

Re: Restarting Nagios Client on OSX server

Posted: Tue Jul 21, 2015 9:50 am
by cfgriffith
lmiltchev wrote:I don't think running:

Code: Select all

launchctl stop org.nagios.nrpe
will actually stop the nrpe process.

Try running the following commands:

Code: Select all

killall nrpe
launchctl start org.nagios.nrpe
then schedule a forced immediate check from XI to test it.

Looks like that did it. Thanks guys.

Re: Restarting Nagios Client on OSX server

Posted: Tue Jul 21, 2015 9:53 am
by jdalrymple
cfgriffith wrote:Marcomm-Server-MM-0487:etc admin$ ps aux | grep nrpe
nagios 39497 0.0 0.0 2460752 476 ?? Ss Thu09AM 0:02.84 /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
admin 45036 0.0 0.0 2432772 540 s000 S+ 1:57PM 0:00.00 grep nrpe
FYI, your problem (all along) highlighted in red.

OK to close and mark solved?