how to restart nagios on linux

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

how to restart nagios on linux

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: how to restart nagios on linux

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked