NRPE - How to install NRPE


Installing NRPE Using the Install Script

You must run the following commands as root.

cd /tmp

For CentOS & RHEL , Fedora 14+, SLES & OpenSUSE 11+, Ubuntu, Debian:

wget http://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz

Unpack the installer, and run the install script:

tar xzf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall

The script takes care of the following setup:

The script will stop to prompt you once to ask for the IP address(es) for your monitoring server(s).

You will need to type either a single address or multiple addresses separated by spaces. This will configure the xinetd superdaemon to allow connections from those addresses to the NRPE agent.

You now have NRPE installed. You may remove any installation files in the tmp directory.

 

This video covers the steps above.

 

 

 

Installing NRPE From Source

The following KB article describes how to install and configure NRPE from source for use with Nagios Core/XI. The linux-nrpe-agent that ships with Nagios XI is only supported on CentOS, RHEL, OpenSUSE, SLES, Ubuntu, and Debian. Most monitored environments consist of many different distributions, therefore may need to compile NRPE and its associated plugins.

Documentation - How To Install NRPE v3 From Source

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



Article ID: 8
Created On: Wed, Dec 17, 2014 at 8:20 PM
Last Updated On: Tue, Feb 6, 2024 at 6:49 PM
Authored by: jomann

Online URL: https://support.nagios.com/kb/article/nrpe-how-to-install-nrpe-8.html