Page 1 of 1
Facing Issues on Installing Nagios Log server
Posted: Thu Feb 22, 2018 1:20 am
by Thanis
Hi,
I am trying to install nagios log server
I am facing issue . I have done my best to overcome some issues. but still find issues while installing
please find install.log file on attachment
Re: Facing Issues on Installing Nagios Log server
Posted: Thu Feb 22, 2018 10:49 am
by mcapra
Is this environment offline? The
fullinstall script assumes the machine it is run on has unrestricted internet access.
There are some special steps to take when installing Nagios Log Server in an offline environment:
https://support.nagios.com/kb/article/n ... n-495.html
There's also special configurations required if you're using a proxy for this machine's internet access:
https://assets.nagios.com/downloads/nag ... Server.pdf
Re: Facing Issues on Installing Nagios Log server
Posted: Thu Feb 22, 2018 11:31 am
by scottwilkerson
based on the errors I believe either this machine doesn't not have the required Internet access, or there is a problem with DNS resolution in the Linux server
Re: Facing Issues on Installing Nagios Log server
Posted: Mon Feb 26, 2018 11:59 pm
by Thanis
Thanks for your reply,
here is my dns resolution config file
/etc/resolv.conf
search corp.noxxxx.xxx
nameserver 10.2x4.x.xx
I pointed the common DNS of this infra.
Moreover, I modified in /etc/hosts file as well.
Anything else should I need to do
Re: Facing Issues on Installing Nagios Log server
Posted: Tue Feb 27, 2018 12:17 am
by Thanis
Hi mcapra
I have followed the offline document facing the below issue on running the below mentioned command
please give a solution
#grep 'pip install' nagioslogserver/fullinstall | sed 's/pip install/& --no-index --find-links \/tmp\/pipfiles\//' | source /dev/stdin
Ignoring indexes:
https://pypi.python.org/simple
Collecting argparse
Could not find a version that satisfies the requirement argparse (from versions: )
No matching distribution found for argparse
Re: Facing Issues on Installing Nagios Log server
Posted: Tue Feb 27, 2018 12:48 pm
by cdienger
What OS version are you trying to install this on?
What is the output of the command:
pip install argparse -v
?
pip doesn't appear to be able to pull the argparse package and may require editing the /etc/pip.conf file. Please PM that to me if it is available and the above doesn't help resolve the problem.