Hi,
I'm running NagiosXI 2024R1.3.4 on a RedHat9.5
I have installed the required packages without issue
[root@nagios-01: ~]# pip list | egrep "setuptools|wheel"
setuptools 75.8.0
wheel 0.45.1
[root@nagios-01: ~]# rpm -q python3-pyvmomi
python3-pyvmomi-7.0.3-6.el9.noarch
But running the Vsphere Wizard, i get the error "Required software components are missing"
I'am missing something?
My python version is 3.9.21
Thank for your help
monitor the ESX / ESXi host
monitor the ESX / ESXi host
You do not have the required permissions to view the files attached to this post.
Re: monitor the ESX / ESXi host
Hi @op-team,
Can you post the output of the following terminal command?
The wizard is looking for specific output from this command, so this will help with diagnosis. Thanks!
Can you post the output of the following terminal command?
Code: Select all
python3 -m pip show pyvmomiRe: monitor the ESX / ESXi host
This is the result:
[root@nagios-01: ~]# python3 -m pip show pyvmomi
Name: pyvmomi
Version: 7.0.3
Summary: VMware vSphere Python SDK
Home-page: https://github.com/vmware/pyvmomi
Author: VMware, Inc.
Author-email: [email protected]
License: License :: OSI Approved :: Apache Software License
Location: /usr/lib/python3.9/site-packages
Requires: requests, six
Required-by:
[root@nagios-01: ~]# python3 -m pip show pyvmomi
Name: pyvmomi
Version: 7.0.3
Summary: VMware vSphere Python SDK
Home-page: https://github.com/vmware/pyvmomi
Author: VMware, Inc.
Author-email: [email protected]
License: License :: OSI Approved :: Apache Software License
Location: /usr/lib/python3.9/site-packages
Requires: requests, six
Required-by: