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
Error in installation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Error in installation
As of this time, the only form of "offline install" we have for Log Server would be the Virtual machines.
-
deepshikha20
- Posts: 33
- Joined: Fri Oct 31, 2014 1:19 am
Re: Error in installation
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
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
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Error in installation
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
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
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
Re: Error in installation
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:
Also run:
and upload the "rpm.txt" file that was generated in the /tmp from running the above command.
Code: Select all
tail -50 /var/log/httpd/error_log
getenforce
iptables -L -n
Code: Select all
rpm -qa | sort -u >> /tmp/rpm.txtBe 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
Hi,
I have not made any changes in httpd.conf files.
Please find the attached output as requested.
Thanks.
Regards,
Deepshikha
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
Hi,
PFA the rpm output.
Thanks.
Deepshikha
PFA the rpm output.
Thanks.
Deepshikha
You do not have the required permissions to view the files attached to this post.
Re: Error in installation
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.deepshikha20 wrote:I have installed nagioslogserver but am facing below error while accessing nagios log server through webinterface.
Former Nagios employee