Installation vs. Corporate firewall
Posted: Tue Feb 23, 2016 3:33 pm
Hi, Folks:
After purchasing Nagios XI and after a preliminary evaluation of logserver last year, we're getting into it. I've built a RHEL 6.7 server, simple but complete, to build the installation package.
Two items--first, a small guy:
The preq section error-exited due to a missing ' complains about the failure of:
ntpdate -u pool.ntp.org
23 Feb 15:27:08 ntpdate[6970]: no server suitable for synchronization found
This server is behind our corporate firewall so it can't reach pool.ntp.org. Our NTP client is fine, so I commented out this check.
-------------------------
Second, more seriously, we can't make it past this section:
Downloading/unpacking pip
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: timed out
....
Could not fetch URL https://pypi.python.org/simple/pip/: timed out
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
At this point, I'm stuck. Is that a requirement to reach outside the firewall to install the code? Think it must be. Your advice would be appreciated.
Thanks,
--Bill
After purchasing Nagios XI and after a preliminary evaluation of logserver last year, we're getting into it. I've built a RHEL 6.7 server, simple but complete, to build the installation package.
Two items--first, a small guy:
The preq section error-exited due to a missing ' complains about the failure of:
ntpdate -u pool.ntp.org
23 Feb 15:27:08 ntpdate[6970]: no server suitable for synchronization found
This server is behind our corporate firewall so it can't reach pool.ntp.org. Our NTP client is fine, so I commented out this check.
-------------------------
Second, more seriously, we can't make it past this section:
Downloading/unpacking pip
Getting page https://pypi.python.org/simple/pip/
Could not fetch URL https://pypi.python.org/simple/pip/: timed out
....
Could not fetch URL https://pypi.python.org/simple/pip/: timed out
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
At this point, I'm stuck. Is that a requirement to reach outside the firewall to install the code? Think it must be. Your advice would be appreciated.
Thanks,
--Bill