Unable to install nrpe agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Unable to install nrpe agent

Post by HIINNS »

I am trying to install the nrpe agent on a SLES 11 SP4 server. I need to perform an offline installation. Our UNIX admins have downloaded the RPMs locally, and have configured /etc/zypp/repos.d to point to the local installation of the rpm's. After running the fullinstall script I get that the libmcrypt-devel and libopenssl-devel rpms can't be found. I have looked for them online without any success. Can you help?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Unable to install nrpe agent

Post by tgriep »

On a SLES 11 server, the names of the packages are as follows.

Code: Select all

libopenssl-devel
libmcrypt-devel
You should be able to find them on the SLE11-SDK-SP4-Updates or the SLE11-SDK-SP4-Pool repositories.
Be sure to check out our Knowledgebase for helpful articles and solutions!
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Re: Unable to install nrpe agent

Post by HIINNS »

That is where I checked. Neither rpm is found in these directories.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Unable to install nrpe agent

Post by tgriep »

Could you go to a SUSE SLES server that has access to the internet and download the package there so you can install it on the offline system?
Be sure to check out our Knowledgebase for helpful articles and solutions!
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Re: Unable to install nrpe agent

Post by HIINNS »

Unfortunately, no. None of our servers have access to the internet. The following is a link to all SUSe rpm packages. Neither libmcrypt-devel or libopenssl-devel are found using this resource.

https://www.suse.com/LinuxPackages/pack ... =index_all
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Unable to install nrpe agent

Post by tgriep »

That URL looks like it is just for the standard install packages.
You will have to get the URL for the Updates and the Pool repositories for the packages from SUSE.
Be sure to check out our Knowledgebase for helpful articles and solutions!
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Re: Unable to install nrpe agent

Post by HIINNS »

You can consider this case closed. My UNIX administration team was able to find the rpm's I needed.
Locked