Page 1 of 1
Error on Agent Install for SUSE12
Posted: Wed Jan 04, 2017 5:38 am
by sgoffar
Hi Team,
We are getting below error on installing agent at SuSe12. Please help on this.
Error:
./fullinstall SUSE is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.
Server Details:
cat /etc/SuSE-release
SUSE Linux Enterprise Server 12 (x86_64)
VERSION = 12
PATCHLEVEL = 2
# This file is deprecated and will be removed in a future service pack or release.
# Please check /etc/os-release for details about this release.
cat /etc/os-release
NAME="SLES"
VERSION="12-SP2"
VERSION_ID="12.2"
PRETTY_NAME="SUSE Linux Enterprise Server 12 SP2"
ID="sles"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles:12:sp2"
Regards,
Sk Abdul Goffar
Re: Error on Agent Install for SUSE12
Posted: Wed Jan 04, 2017 11:37 am
by rkennedy
Take a look at the manual 'Installing from Source' instructions which may work -
https://support.nagios.com/kb/article.p ... ategory=22
Depending on issues you see with NRPE 2.15, it might be worth attempting to compile NRPE 3. There are directions specifically for SUSE for NRPE 3 here -
https://support.nagios.com/kb/article.p ... ategory=22
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 09, 2017 6:43 am
by sgoffar
We are getting below error on installing NRPE v2.15 to below system from source. When we are running command ./configure --enable-command-args
checking for SSL headers... configure: error: Cannot find ssl headers
System Details:
NAME="SLES_SAP"
VERSION="12-SP1"
VERSION_ID="12.1.0.1"
PRETTY_NAME="SUSE Linux Enterprise Server for SAP Applications 12 SP1"
ID="sles_sap"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles_sap:12:sp1"
FYI: We are following the procedure mentioned in
https://support.nagios.com/kb/article.p ... ategory=22.
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 09, 2017 9:52 am
by mcapra
Can you share the full URL to the article you're using? It looks like it was copy+pasted from the above post which truncates the full URL. Those instructions are specifically for NRPE v3 though. I would suggest attempting them with NRPE v3 rather than NRPE v2.15.
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 09, 2017 10:08 am
by sgoffar
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 09, 2017 1:58 pm
by mcapra
I would suggest trying to install NRPE v3 instead of 2.15. There were some pretty big changes to encryption which may be more accommodating for your SUSE machine.
https://support.nagios.com/kb/article.php?id=515
Let us know if you encounter issues with the steps provided for installing NRPE v3.
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 16, 2017 8:13 am
by sgoffar
After Installing openssl-devel package it's working fine.
Re: Error on Agent Install for SUSE12
Posted: Thu Mar 16, 2017 9:19 am
by cdienger
Thank you for the update. Were there any further issues or are we okay to close the thread at this point?