Search found 2 matches

by lorde123
Wed Jun 26, 2024 8:42 pm
Forum: Nagios XI
Topic: version conflict urllib3 after upgrade to 2024R1.1.3
Replies: 6
Views: 3956

Re: version conflict urllib3 after upgrade to 2024R1.1.3

This worked for me: Emoji Kitchen ## SOLUTION https://access.redhat.com/solutions/6971428 #Remove the requests and urllib3 installed from pip: pip uninstall requests urllib3 #Reinstall the python libraries on the system using: yum reinstall python-urllib3 python-requests #Verify package in the syst...
by lorde123
Wed Jun 26, 2024 8:41 pm
Forum: Nagios XI
Topic: NagiosXI 2024R1.1.3 | Ramdisk missing post upgrade
Replies: 10
Views: 206018

Re: NagiosXI 2024R1.1.3 | Ramdisk missing post upgrade

jsimon wrote: Wed Jun 12, 2024 10:55 am For sanity I re-ran my test -- Installed XI version 1.1.2 Geometry Dash Lite on RHEL 8.6, set up a 2GB Ramdisk, then upgraded to XI version 1.1.3. Following the upgrade, I wasn't able to find any graphs/reports that weren't loading properly.
me too