Page 1 of 1

xinetd service restart

Posted: Wed Mar 07, 2018 11:03 pm
by jyoti22
Hi Team
On Linux machines, we use service xinetd status/start/stop/restart commands for nrpe agent.
However my client is not ok with this and they are saying xinetd has ability to cause a server outage. Do we have any alternate method to install nrpe instead of xinet? please reply. Thanks.

Re: xinetd service restart

Posted: Thu Mar 08, 2018 11:49 am
by scottwilkerson
You could run it in daemon mode

Code: Select all

/usr/local/nagios/bin/nrpe -d -c /usr/local/nagios/etc/nrpe.cfg
You need to make sure you add their Nagios server to the allowed_hosts field in the nrpe.cfg

Re: xinetd service restart

Posted: Thu Mar 08, 2018 11:51 am
by npolovenko
Hello, @jyoti22. Please use this manual to uninstall the NRPE:
https://support.nagios.com/kb/article/n ... e-741.html

The newest version of NRPE runs as a standalone NRPE daemon. Here are the installation instructions:
https://support.nagios.com/kb/article.php?id=515

Let me know if you have any other questions.