xinetd service restart

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

xinetd service restart

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: xinetd service restart

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: xinetd service restart

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked