[CLOSE]NRPE - fullinstall script problem

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Boune
Posts: 12
Joined: Wed Feb 14, 2018 4:15 am

[CLOSE]NRPE - fullinstall script problem

Post 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
You do not have the required permissions to view the files attached to this post.
Last edited by Boune on Tue Feb 20, 2018 3:08 am, edited 1 time in total.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: NRPE - fullinstall script problem

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Boune
Posts: 12
Joined: Wed Feb 14, 2018 4:15 am

Re: NRPE - fullinstall script problem

Post 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 !
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NRPE - fullinstall script problem

Post by tmcdonald »

Glad to hear it! Are we alright to close this up then?
Former Nagios employee
Boune
Posts: 12
Joined: Wed Feb 14, 2018 4:15 am

[Close] NRPE - fullinstall script problem

Post by Boune »

Yep , thanks !
Locked