when I want to upgrade from 5.5.11 to 5.61 version, I have a problem about pymongo.
I run #./upgrade.sh
then
while /usr/local/nagiosxi/html/includes/configwizards/mongodb_server/install.sh script running, I take below error.
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-3, 'Temprory failure in name resolution'))': /simple/pymongo/
How I can resolve this problem?
Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo
-
erkanerturk
- Posts: 53
- Joined: Wed Jan 16, 2019 4:35 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo
Can you run the following from the CLI
Code: Select all
pip install --upgrade pymongo