I downloaded "nagioslogserver-2015r2.2.tar.gz" and tried "./fullinstall". Got below error:
Downloading/unpacking pip
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement pip
Cleaning up...
No distributions at all found for pip
Storing debug log for failure in /root/.pip/pip.log
===================
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 Enterprises technical support.
The step that failed was: 'prereqs'
Looks like its not able to fetch the URL. Is there a option to pass "--no-proxy --no-check-certificate" to "python get-pip.py"?
#cat /root/.pip/pip.log
------------------------------------------------------------
get-pip.py run on Wed Sep 23 16:14:14 2015
Downloading/unpacking pip
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: connection error: ('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )',))
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip
Getting page https://pypi.python.org/simple/
===CUT some URL's====
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip
Could not find any downloads that satisfy the requirement pip
Cleaning up...
Removing temporary dir /tmp/pip_build_root...
No distributions at all found for pip
Exception information:
Traceback (most recent call last):
File "/tmp/tmpMg46te/pip.zip/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/tmp/tmpMg46te/pip.zip/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/tmp/tmpMg46te/pip.zip/pip/req.py", line 1177, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "/tmp/tmpMg46te/pip.zip/pip/index.py", line 277, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for pip
Nagios log server installation issues
Re: Nagios log server installation issues
I am running this on "Red Hat Enterprise Linux Server release 6.4" server and there are no applications running in this server.
Re: Nagios log server installation issues
I have fixed this by "unset https_proxy"
Re: Nagios log server installation issues
I'm happy to hear that you fixed the issue - am I okay to close this thread?
Re: Nagios log server installation issues
Yes, please close this thread. I have just finished the installation, I am sure i will have some more questions later when i start configuring the same 