Ubuntu

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Ubuntu

Post 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
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: Ubuntu

Post 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
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!
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Re: Ubuntu

Post by fsodah »

I will check tomorrow and let you know.
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: Ubuntu

Post by jbrunkow »

Sounds good. Please let us know if you have any more 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!
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Re: Ubuntu

Post by fsodah »

Done ... please close it
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Ubuntu

Post by scottwilkerson »

fsodah wrote:Done ... please close it
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked