Search found 7 matches
- Wed Dec 04, 2024 2:22 pm
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
Re: Issue checking Vmware Hosts after uogarding to the lates version
Hi, I just found solution to this issue: ssl.wrap_socket was removed from Python starting from version 3.7 what I did was following edit: /usr/lib/python3/dist-packages/pyVmomi/SoapAdapter.py and in line 993 update as follow: From: _SocketWrapper = ssl.wrap_socket To: _SocketWrapper = ssl.SSLContext...
- Wed Nov 13, 2024 10:26 am
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
Re: Issue checking Vmware Hosts after uogarding to the lates version
Hi, thank you for your response, root@chi-nagios-02:~# python -m pip list Package Version --------------------- -------------- ansible 9.2.0 ansible-core 2.16.3 apache-libcloud 3.4.1 argcomplete 3.1.4 attrs 23.2.0 Automat 22.10.0 Babel 2.10.3 bcc 0.29.1 bcrypt 3.2.2 beautifulsoup4 4.12.3 blinker 1.7...
- Mon Nov 11, 2024 12:11 pm
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
Re: Issue checking Vmware Hosts after uogarding to the lates version
Hello,
I was able to run all above commands and they completed successfully, however when I'm trying to run check again I'm getting same error as before
I was able to run all above commands and they completed successfully, however when I'm trying to run check again I'm getting same error as before
- Thu Nov 07, 2024 11:46 am
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
Re: Issue checking Vmware Hosts after uogarding to the lates version
When I'm trying to use apt im getting this:
apt upgrade python3-pyvmomi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pyvmomi is already the newest version (6.7.1-6).
apt upgrade python3-pyvmomi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pyvmomi is already the newest version (6.7.1-6).
- Thu Nov 07, 2024 10:13 am
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
Re: Issue checking Vmware Hosts after uogarding to the lates version
Hi, I just checked and I'm running latest available from repo. If i have to upgrade to the suggested version do you know how to do it? apt-get install python3-pyvmomi Reading package lists... Done Building dependency tree... Done Reading state information... Done python3-pyvmomi is already the newes...
- Wed Nov 06, 2024 3:03 pm
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
- Wed Nov 06, 2024 2:25 pm
- Forum: Nagios XI
- Topic: RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
- Replies: 12
- Views: 4001
RESOLVED: Issue checking Vmware Hosts after uogarding to the lates version
Hi, I just upgraded to the latest version 2024R1.3 running on Ubuntu 24.04 LTS. Now when Im trying to monitor Vmware Host using following command I'm getting following error: python3 /usr/local/nagios/libexec/check_vsphere_xi.py -H "chi-esxi-01" -f "/usr/local/nagiosxi/etc/components/...