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
Ubuntu
Re: Ubuntu
You could install it from the terminal using the following steps.
NRPE install on Linux
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
NCPA install on amd64 Debian based
You may find more detailed information in the document linked below.
NCPA DOCUMENT
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
./fullinstallNRPE 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.debCode: Select all
wget https://assets.nagios.com/downloads/ncpa/ncpa-latest.amd64.debsudo dpkg -i ./ncpa-latest.amd64.debNCPA 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Ubuntu
I will check tomorrow and let you know.
Re: Ubuntu
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Ubuntu
Great!fsodah wrote:Done ... please close it
Locking thread