Page 1 of 1

Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo

Posted: Tue May 07, 2019 4:39 am
by erkanerturk
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?

Re: Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo

Posted: Tue May 07, 2019 10:36 am
by scottwilkerson
Can you run the following from the CLI

Code: Select all

pip install --upgrade pymongo