This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
cfgriffith
- Posts: 83
- Joined: Tue Jan 15, 2013 4:22 pm
Post
by cfgriffith »
lmiltchev wrote:I don't think running:
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.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Post
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?