Page 1 of 1

how to restart nagios on linux

Posted: Thu Aug 01, 2013 1:26 pm
by srikanth.kallu
Hi,

How do i restart nagios on Linux like i on AIX i have stopsrc -s nrpe and startsrc -s nrpe

Thanks,
Srikanth.

Re: how to restart nagios on linux

Posted: Thu Aug 01, 2013 2:13 pm
by lmiltchev
Are you talking about restarting the nagios service or nrpe?

You can restart nagios via:

Code: Select all

service nagios restart
You can restart nrpe (if it's running under xinetd) via:

Code: Select all

service xinetd restart