Page 1 of 1

Ubuntu

Posted: Tue May 26, 2020 8:37 am
by fsodah
Can you please send me the steps regarding installing and enabling NRPE on ubuntu
root@db1-website:~# uname -a
db1-website 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Thanks

Re: Ubuntu

Posted: Tue May 26, 2020 11:22 am
by jbrunkow
You could install it from the terminal using the following steps.

NRPE install on Linux

Code: Select all

cd /tmp
wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
tar xzf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall
You may find more detailed information in the document linked below.
NRPE DOCUMENT

Just in case you are unaware, we also have a newer, cross-platform agent for Linux called NCPA.

NCPA install on i386 Debian based

Code: Select all

cd /tmp
wget https://assets.nagios.com/downloads/ncpa/ncpa-latest.i386.debsudo dpkg -i ./ncpa-latest.i386.deb
NCPA install on amd64 Debian based

Code: Select all

wget https://assets.nagios.com/downloads/ncpa/ncpa-latest.amd64.debsudo dpkg -i ./ncpa-latest.amd64.deb
You may find more detailed information in the document linked below.
NCPA DOCUMENT

Re: Ubuntu

Posted: Tue May 26, 2020 2:37 pm
by fsodah
I will check tomorrow and let you know.

Re: Ubuntu

Posted: Tue May 26, 2020 3:29 pm
by jbrunkow
Sounds good. Please let us know if you have any more questions. :)

Re: Ubuntu

Posted: Thu May 28, 2020 5:41 am
by fsodah
Done ... please close it

Re: Ubuntu

Posted: Thu May 28, 2020 6:46 am
by scottwilkerson
fsodah wrote:Done ... please close it
Great!

Locking thread