Page 1 of 1

[CLOSE]NRPE - fullinstall script problem

Posted: Thu Feb 15, 2018 11:38 am
by Boune
Hello,

i'm trying to install NRPE on my Nagio XI , with the fullinstall script but i got an error with xinetd...

My debian version is 8.9
Linux wazo 3.16.0-4-586 #1 Debian 3.16.43-2+deb8u5 (2017-09-19) i686 GNU/Linux

Any help ?

thanks for reply

Re: NRPE - fullinstall script problem

Posted: Thu Feb 15, 2018 5:07 pm
by lmiltchev
i'm trying to install NRPE on my Nagio XI , with the fullinstall script but i got an error with xinetd...
The above statement (in red) doesn't sound right... You cannot be possibly running Nagios XI on Debian, and installing the Linux agent (NRPE + Nagios plugins) on the same machine... :)

I would assume that you are installing the Linux agent on a Debian box, that you want to monitor in Nagios XI (that runs on a different machine).

To start troubleshooting, let's first take a look at the /etc/apt/sources.list. Debian 8 likes to keep the cd rom in the repos section and uses that first. Can you try commenting it out, saving the file and running the following commands?

Code: Select all

sudo apt-get clean
sudo apt-get update
If these command run successfully, then you could try rerunning the fullinstall script. Alternatively, you could try installing the xinetd first:

Code: Select all

sudo apt-get install xinetd
then, running the fullinstall.

Let us know if this helped.

Re: NRPE - fullinstall script problem

Posted: Sat Feb 17, 2018 8:17 pm
by Boune
well , i install xinetd , and now the fullinstall is ok.

And yes i wanted to install NRPE on linux clientside :) not my nagios server.

Thanks a lot !

Re: NRPE - fullinstall script problem

Posted: Mon Feb 19, 2018 10:42 am
by tmcdonald
Glad to hear it! Are we alright to close this up then?

[Close] NRPE - fullinstall script problem

Posted: Tue Feb 20, 2018 3:08 am
by Boune
Yep , thanks !