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
NagiosXI 5.5.5 installation error
NagiosXI 5.5.5 installation error
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
It looks like you are missing the epel repos and the nagios repos
Please run the following:
Please run the following:
Code: Select all
cd /tmp/nagiosxi
rm -f installed.repos
./fullinstall