Linux NRPE agent installation

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sbaviswa
Posts: 17
Joined: Tue Jan 22, 2013 9:04 am

Linux NRPE agent installation

Post by sbaviswa »

One of our Nagios Customer wants to monitor linux/ windows servers. For security reasons, the servers cannot be provided with an internet connection.

But the NRPE agent installation fails with many dependencies & the nagios documentation suggests using yum.

Is there any method for installing agents into servers/ desktops with no internet connection. Is there any specific repository where we can download the list of packages required for the agent install.

Regards
SBA-Viswa
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Linux NRPE agent installation

Post by scottwilkerson »

The packages required to install the Linux agent are

Code: Select all

autoconf gcc glibc libmcrypt-devel make openssl-devel sudo sysstat xinetd bc
and their dependencies
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sbaviswa
Posts: 17
Joined: Tue Jan 22, 2013 9:04 am

Re: Linux NRPE agent installation

Post by sbaviswa »

Tried the said method of downloading & installing the packages & its dependencies. But the customer is not happy with the way each package & its dependency needs to be first found, then downloaded & then installed. It take huge time.

Do you know any other agent method for monitoring linux based servers with a simple installation, like the case of check_mk where just that agent with xinetd is sufficient for monitoring the linux server.

Regards
SBA-Viswa
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Linux NRPE agent installation

Post by scottwilkerson »

With XI another way would be to use NRDS which is included in XI.

You can find it under Admin-> NRDS Config Manager

There is a video explaining it here
http://library.nagios.com/library/produ ... s-tutorial
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked