Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
erkanerturk
Posts: 53
Joined: Wed Jan 16, 2019 4:35 am

Nagios upgrade problem from 5.5.11 to 5.6.1 pymongo

Post 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?
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

Post by scottwilkerson »

Can you run the following from the CLI

Code: Select all

pip install --upgrade pymongo
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked