Failure to Restart or Remove NRPE Agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
aphk
Posts: 1
Joined: Mon Jun 29, 2020 10:26 pm

Failure to Restart or Remove NRPE Agent

Post by aphk »

I downloaded nrpe agent from https://assets.nagios.com/downloads/nag ... ine.tar.gz. After, installed it on Debain 10 as follows.

root@debian:~# wget http://assets.nagios.com/downloads/nagi ... ent.tar.gz
root@debian:~# tar xzf linux-nrpe-agent.tar.gz
root@debian:~# cd linux-nrpe-agent
root@debian:~# ./fullinstall

Next, I changed configuration in /usr/local/nagios/etc/nrpe.cfg. Still, I do not know how to restart nrpe agent. Besides, how do I remove nrpe agent?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Failure to Restart or Remove NRPE Agent

Post by benjaminsmith »

Hi @aphk,

Welcome to the Nagios Support Forum! Glad to have you in the community. Some good questions and I will try my best to answer.

When you install the NRPE Linux Agent, the NRPE service is running under xinetd, so after making configuration changes, restart this service.

Code: Select all

systemctl restart xinetd.service
If you want to remove this agent, we have a guide on our knowledge base with step-by-step instructions.
NRPE - How To Uninstall NRPE

I Hope that helps and 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.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked