Error in installation

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
deepshikha20
Posts: 33
Joined: Fri Oct 31, 2014 1:19 am

Re: Error in installation

Post by deepshikha20 »

Hi,
Thanks for your reply.

I got this error now . Could you please confirm the internet connection is must for installing nagioslogserver on a Linux server since from the logs I can see it's trying to connect some URL.

My server don't ave connectivity with the internet.

The step that failed was: 'prereqs'
[dpeiingapl01v]:/tmp/nagioslogserver >more /root/.pip/pip.log
Downloading/unpacking pip
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simp
le/pip/ (Caused by <class 'socket.gaierror'>: [Errno -3] Temporary failure in name resolution)
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip
Getting page https://pypi.python.org/simple/
Could not fetch URL https://pypi.python.org/simple/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/
(Caused by <class 'socket.gaierror'>: [Errno -3] Temporary failure in name resolution)
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):

DistributionNotFound: No distributions at all found for pip


Thanks.

Deepshikha
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error in installation

Post by scottwilkerson »

As of this time, the only form of "offline install" we have for Log Server would be the Virtual machines.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
deepshikha20
Posts: 33
Joined: Fri Oct 31, 2014 1:19 am

Re: Error in installation

Post by deepshikha20 »

Hi,

Please let me know hot to set up virtual machine for nagioslogserver.

I have downloaded it and ran it through vm player, but not sure about the further steps.

Thanks.

Deepshikha
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Error in installation

Post by Box293 »

The console of the VM should present you with the IP Address it obtained through DHCP. Open your web browser to this and once you run through the initial settings you can access the Help menu from the top.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
deepshikha20
Posts: 33
Joined: Fri Oct 31, 2014 1:19 am

Re: Error in installation

Post by deepshikha20 »

Hi,

I have installed nagioslogserver but am facing below error while accessing nagios log server through webinterface.

Forbidden
You don't have permission to access /nagioslogserver/ on this server.


--------------------------------------------------------------------------------

Apache/2.2.15 (Red Hat) Server at IPadress Port (number).

Thanks.

Regards,
Deepshikha
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Error in installation

Post by lmiltchev »

Have you modified the "/etc/httpd/conf/httpd.conf" file or any files in the "/etc/httpd/conf.d/" directory? Run the following commands and show us the output in code wraps:

Code: Select all

tail -50 /var/log/httpd/error_log
getenforce
iptables -L -n
Also run:

Code: Select all

rpm -qa | sort -u >> /tmp/rpm.txt
and upload the "rpm.txt" file that was generated in the /tmp from running the above command.
Be sure to check out our Knowledgebase for helpful articles and solutions!
deepshikha20
Posts: 33
Joined: Fri Oct 31, 2014 1:19 am

Re: Error in installation

Post by deepshikha20 »

Hi,

I have not made any changes in httpd.conf files.

Please find the attached output as requested.

Thanks.

Regards,
Deepshikha
You do not have the required permissions to view the files attached to this post.
deepshikha20
Posts: 33
Joined: Fri Oct 31, 2014 1:19 am

Re: Error in installation

Post by deepshikha20 »

Hi,

PFA the rpm output.

Thanks.

Deepshikha
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Error in installation

Post by tmcdonald »

deepshikha20 wrote:I have installed nagioslogserver but am facing below error while accessing nagios log server through webinterface.
Are you saying you got Logserver to install properly on a pre-installed OS? Or are you referring to using the Virtual Machine? There are some packages in the RPM listing that should not exist on our VMs.
Former Nagios employee
Locked