Re: Restarting Nagios Client on OSX server
Posted: Tue Jul 21, 2015 9:50 am
lmiltchev wrote:I don't think running:
will actually stop the nrpe process.Code: Select all
launchctl stop org.nagios.nrpe
Try running the following commands:
then schedule a forced immediate check from XI to test it.Code: Select all
killall nrpe launchctl start org.nagios.nrpe
Looks like that did it. Thanks guys.