NagiosXI 5.5.5 installation error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vignesha
Posts: 115
Joined: Wed Oct 03, 2018 9:09 am

NagiosXI 5.5.5 installation error

Post by vignesha »

We are installing Nagiosxi On RHEL 6.7version 64Bit. We are you using proxy and mentioned below details.


# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
#https_proxy = http://proxy.something.com:18023/
#http_proxy = http://proxy.something.com:18023/
#ftp_proxy = http://proxy.something.com:18023/
https_proxy = http://IP:80/
http_proxy = http://IP:80/
ftp_proxy = http://IP:80/

proxy_user=username
proxy_password=nagios@123
no_proxy=localhost,127.0.0.0/8,127.0.1.1,127.0.1.1*,local.home


# /etc/yum.conf
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
http_proxy = http://IP:80/
proxy_user=username
proxy_password=Nagios@123



Repolist :
# yum repolist
Loaded plugins: product-id, search-disabled-repos, security, subscription-manager
repo id repo name status
rhel-6-server-extras-rpms Red Hat Enterprise Linux 6 Server - Extras (RPMs) 95
rhel-6-server-optional-rpms Red Hat Enterprise Linux 6 Server - Optional (RPMs) 11,917
rhel-6-server-rpms Red Hat Enterprise Linux 6 Server (RPMs) 20,568
repolist: 32,580

Please find the install.log file attached
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI 5.5.5 installation error

Post by scottwilkerson »

It looks like you are missing the epel repos and the nagios repos

Please run the following:

Code: Select all

cd /tmp/nagiosxi
rm -f installed.repos
./fullinstall
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked