Nagios log server installation issues

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
harsha436
Posts: 4
Joined: Wed Sep 23, 2015 10:18 am

Nagios log server installation issues

Post by harsha436 »

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
harsha436
Posts: 4
Joined: Wed Sep 23, 2015 10:18 am

Re: Nagios log server installation issues

Post by harsha436 »

I am running this on "Red Hat Enterprise Linux Server release 6.4" server and there are no applications running in this server.
harsha436
Posts: 4
Joined: Wed Sep 23, 2015 10:18 am

Re: Nagios log server installation issues

Post by harsha436 »

I have fixed this by "unset https_proxy"
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Nagios log server installation issues

Post by jolson »

I'm happy to hear that you fixed the issue - am I okay to close this thread?
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
harsha436
Posts: 4
Joined: Wed Sep 23, 2015 10:18 am

Re: Nagios log server installation issues

Post by harsha436 »

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 :)
Locked