i have nagios XI and i want to monitor my servers, no problem with windows servers and centos, but i have problem with the installation of the client in 3 servers Suse 11 sp2.
1-with this method https://support.nagios.com/kb/article/n ... rpe-8.html this error appeared :
linux:/tmp # cd linux-nrpe-agent
linux:/tmp/linux-nrpe-agent # ./fullinstall
SUSE LINUX is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.
linux:/tmp/linux-nrpe-agent #
2-i have change in the line 79 in fullinstall file from "SUSE" to "SUSE LINUX", this error appeared :
linux:/tmp/linux-nrpe-agent # ./fullinstall
============================
Nagios Linux Agent Installer
============================
This script will install the Nagios Linux Agent by executing all necessary
sub-scripts.
IMPORTANT: This script should only be used on a clean installed system:
RedHat Enterprise, CentOS, Fedora, Cloud Linux or Oracle
OpenSUSE or SUSE Enterprise
Ubuntu or Debian
Do NOT use this on a system running any other distro or that
does not allow additional package installation.
Do you want to continue? [Y/n] y
Proceeding with installation...
Running './0-repos'...
Configuring Repos...
Downloading SUSE SDK ...
Installing SUSE SDK ...
error: File not found by glob: sle-sdk-release-*
Registering repos ...
ERROR: SSL connect error: (35)
(2)
ERROR: SSL connect error: (35)
(2)
RESULT=2
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './0-repos'
linux:/tmp/linux-nrpe-agent #
3-i have try to install it with this method : https://support.nagios.com/kb/article.php?id=515#SUSE this error appeared :
linux:/tmp # wget 'https://nu.novell.com/repo/$RCE/SLE11-S ... sle-11-x86 _64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm'
--2019-04-16 14:26:24-- https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle- 11-x86_64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm
Resolving nu.novell.com... 68.232.34.212
Connecting to nu.novell.com|68.232.34.212|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2814 (2.7K) [application/octet-stream]
Saving to: `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1'
100%[======================================>] 2,814 --.-K/s in 0s
2019-04-16 14:26:26 (98.5 MB/s) - `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1' s aved [2814/2814]
linux:/tmp # sudo rpm -ivh sle-sdk-release-*
error: Failed dependencies:
product(SUSE_SLE) = 11.3 is needed by sle-sdk-release-SDK-11.3-1.69.x86_ 64
linux:/tmp # sudo suse_register
ERROR: SSL connect error: (35)
(2)
ERROR: SSL connect error: (35)
(2)
please help me to install the client in thos servers