NRPE Offline Installation

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

NRPE Offline Installation

Post by Johnsmit »

Hello,
can we install Nagios XI(master) and NRPE(Agent) plugin on the same server.?

is there any documentation on how to Offline install NRPE plugin in LInux VM and also the pre-requisites ?

Thanks,
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: NRPE Offline Installation

Post by tacolover101 »

yes, you can.

NRPE generally runs as an agent to collect data from remote machines though, so i'm wondering what vantage point you're after.

here's the NRPE install instructions - i don't believe there is a RPM install, but as long as you compile from source and have all offline reqs - should be good to go. https://support.nagios.com/kb/article.php?id=515
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: NRPE Offline Installation

Post by npolovenko »

Hi, @Johnsmit. XI already comes with nrpe preinstalled. Please run:

Code: Select all

service xinetd start
service xinetd status
As far as the offline install of NRPE agent on a Linux VM. You could download the required packages from another online system and install it on the offline server before the installation. Here's the installation article:
https://support.nagios.com/kb/article.php?id=515
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Re: NRPE Offline Installation

Post by Johnsmit »

Thanks,

can we do offline installation of Nrpe with the tar from the configuration wizards, as I doubt when I run ./full install it looks for required packages from online.
kyang

Re: NRPE Offline Installation

Post by kyang »

Hello,

Did NRPE not come preinstalled when you finished the offline install of XI?

Code: Select all

service xinetd start
service xinetd status
Which tar in the config wizards? Can you show us the path?

Otherwise, as they mentioned before.
As far as the offline install of NRPE agent on a Linux VM. You could download the required packages from another online system and install it on the offline server before the installation. Here's the installation article:
https://support.nagios.com/kb/article.php?id=515
Locked